Skip to content

Commit ab76872

Browse files
committed
[workflows] Fix typo in pre-compile_llvm.yml; NFC
1 parent 37fb598 commit ab76872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-compile_llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- if: matrix.cc == 'gcc'
3333
run: |
3434
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
35-
sudo apt install gcc-${{ matrix.version }} g++-${{ matrix.vresion }}
35+
sudo apt install gcc-${{ matrix.version }} g++-${{ matrix.version }}
3636
3737
- name: Check tools
3838
run: |

0 commit comments

Comments
 (0)