This commit is contained in:
parent
4b15077540
commit
2c3a73f7a1
1 changed files with 3 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
image: ghcr.io/catthehacker/ubuntu:runner-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -19,8 +19,8 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y build-essential libncurses5-dev rsync unzip bc wget cpio python3 python3-pip file
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential libncurses5-dev rsync unzip bc wget cpio python3 python3-pip file
|
||||
|
||||
- name: Configure Buildroot
|
||||
run: |
|
||||
|
|
@ -43,4 +43,3 @@ jobs:
|
|||
name: beaglebone-black-images
|
||||
path: artifacts/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue