Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored May 15, 2024
1 parent 28dc528 commit aa42e31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Update libclang (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt remove libclang-dev -y
sudo apt install libclang-16-dev -y
run: sudo apt install libclang-16-dev -y
- name: Build project (Windows)
if: matrix.os == 'windows-latest'
shell: cmd
Expand Down

0 comments on commit aa42e31

Please sign in to comment.