Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman authored Feb 12, 2025
1 parent 6e5b7dc commit 9ecbe1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
{os: windows-2019, host: windows-factory, suffix: exe},
{os: ubuntu-20.04, host: linux, suffix: run},
{os: macos-13, host: mac, suffix: dmg},
{os: ubuntu-22.04, host: linux-rpi, suffix: tar.gz}]
{os: ubuntu-20.04, host: linux-rpi, suffix: tar.gz}]
fail-fast: false
steps:
- name: '❖ Fix default line endings on Windows'
Expand Down Expand Up @@ -165,8 +165,8 @@ jobs:
sudo apt-get install -y libgl1-mesa-dev
sudo apt-get install -y libglu1-mesa-dev
sudo apt-get install -y freeglut3-dev
sudo apt-get install -y gcc-9-aarch64-linux-gnu
sudo apt-get install -y g++-9-aarch64-linux-gnu
sudo apt-get install -y gcc-aarch64-linux-gnu
sudo apt-get install -y g++-aarch64-linux-gnu
sudo apt-get install -y libclang-11-dev
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update -y
Expand Down

0 comments on commit 9ecbe1c

Please sign in to comment.