Skip to content

Commit 2b198f5

Browse files
committed
Fix syntax
1 parent e9033ab commit 2b198f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
ln -s /usr/local/bin/g++-${{ env.GCC_V }} /usr/local/bin/g++
6868
6969
- name: Install GCC (Linux)
70-
- run: |
70+
run: |
7171
sudo apt update
7272
sudo apt install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }}
7373

0 commit comments

Comments
 (0)