Skip to content

Commit

Permalink
Fix github actions installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Sep 25, 2024
1 parent 95e1b2d commit 03eb7dd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

env:
RP2040_FIRMWARE_VERSION: 0.2.14
Expand All @@ -27,13 +27,6 @@ jobs:
toolchain: stable
override: true

- name: Enable universe and multiverse repositories
run: |
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo dpkg --add-architecture arm64 # Add support for cross-compiling architecture
sudo apt-get update
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y \
gcc-aarch64-linux-gnu \
Expand Down

0 comments on commit 03eb7dd

Please sign in to comment.