Skip to content

Commit

Permalink
GITHUB: Fix test job 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MineGame159 committed Jan 28, 2024
1 parent cf69139 commit f6dd27e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
version: "17.0.2"

- name: Install build dependencies
run: sudo apt install build-essential
run: |
sudo apt-get update
sudo apt-get install build-essential libc6-dev
- name: Run tests
run: |
Expand Down

0 comments on commit f6dd27e

Please sign in to comment.