Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts authored Oct 6, 2023
1 parent 6baea64 commit 3fd1909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install required build packages
run: |
sudo apt-get update
sudo apt-get update --fix-missing
sudo apt install build-essential
sudo apt install gcc
sudo apt install clang
Expand Down

0 comments on commit 3fd1909

Please sign in to comment.