Skip to content

Commit

Permalink
lower version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen29xie committed Dec 28, 2024
1 parent 092cf8d commit e8d08bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
submodules: recursive
- name: Install Linux dependencies
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y pkg-config libclang-rt-19-dev
run: sudo apt-get update && sudo apt-get install -y pkg-config libclang-rt-18-dev
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e8d08bd

Please sign in to comment.