Skip to content

Commit

Permalink
Update euphoria.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaberek committed May 29, 2024
1 parent af675a7 commit 76accc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/euphoria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Compilers (Linux ARM)
id: install-compilers-linux-arm
if: matrix.platform == 'linux-arm'
run: sudo apt-get -qy install {binutils,gcc}-arm-linux-gnu
run: sudo apt-get -qy install {binutils,gcc}-arm-linux-gnueabihf

- name: Install Compilers (Linux x86)
id: install-compilers-linux-x86
Expand Down

0 comments on commit 76accc4

Please sign in to comment.