Skip to content

Commit 132cc67

Browse files
authored
Merge pull request #539 from gatk555/ci_fix
Fix Linux X64 build.
2 parents 2d1f54f + 4ae7532 commit 132cc67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: Install Dependenncies
64-
run: sudo apt-get install -y build-essential git make gcc-avr avr-libc libelf-dev freeglut3-dev patchelf
64+
run: |
65+
sudo apt-get update
66+
sudo apt-get install -y build-essential git make gcc-avr avr-libc libelf-dev freeglut3-dev patchelf
6567
- name: CI-Build
6668
run: |
6769
make build-simavr V=1 RELEASE=1

0 commit comments

Comments
 (0)