Skip to content

Commit

Permalink
[workflows] Fix typo in pre-compile_llvm.yml; NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpkc committed Jan 25, 2024
1 parent f801265 commit 76a4fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-compile_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- if: matrix.cc == 'gcc'
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo apt install gcc-${{ matrix.version }} g++-${{ matrix.vresion }}
sudo apt install gcc-${{ matrix.version }} g++-${{ matrix.version }}
- name: Check tools
run: |
Expand Down

0 comments on commit 76a4fee

Please sign in to comment.