Skip to content

Commit

Permalink
Fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored and buserror committed Sep 29, 2024
1 parent 50bf7e9 commit 189fda4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
name: Linux 64-bit
path: simavr.tar.gz
build-lin32:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Dependenncies
Expand Down Expand Up @@ -123,6 +123,7 @@ jobs:
image_additional_mb: 1024
commands: |
df -h /
sudo apt-get update
sudo apt-get install -y build-essential git make gcc-avr avr-libc libelf-dev freeglut3-dev patchelf file
make -j4 build-simavr V=1 RELEASE=1
mkdir simavr_installed
Expand Down Expand Up @@ -151,6 +152,7 @@ jobs:
image_additional_mb: 1024
commands: |
df -h /
sudo apt-get update
sudo apt-get install -y build-essential git make gcc-avr avr-libc libelf-dev freeglut3-dev patchelf file
make build-simavr V=1 RELEASE=1
mkdir simavr_installed
Expand Down Expand Up @@ -221,4 +223,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Mac OS Intel 64-bit
path: simavr.tar.gz
path: simavr.tar.gz

0 comments on commit 189fda4

Please sign in to comment.