Skip to content

Commit

Permalink
GitHub Actions: Fix Linux generate job
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jan 23, 2025
1 parent 7a639c3 commit e4bf420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install llvm
- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit e4bf420

Please sign in to comment.