Skip to content

Commit

Permalink
rm make
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Sep 18, 2024
1 parent b9d3686 commit 1ded293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
with:
submodules: true

# arm64 runners don't have make or gcc installed by default
# arm64 runners don't have gcc installed by default
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y make gcc
sudo apt install -y gcc
- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 1ded293

Please sign in to comment.