Skip to content

Commit

Permalink
build-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Nov 6, 2023
1 parent ac9e687 commit 3f61542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -44,6 +44,10 @@ jobs:
archproc: armv7l
steps:
- uses: actions/checkout@v3
- name: build-deps
run: |
sudo apt-get update
sudo apt-get install g++-12-${{ matrix.ccarch }}-linux-gnu
- name: configure
run: |
export CC="${{ matrix.ccarch }}-${{ matrix.sys }}-gcc-12"
Expand Down

0 comments on commit 3f61542

Please sign in to comment.