Skip to content

Commit a279574

Browse files
committed
fix
1 parent b8c35d5 commit a279574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Install GCC
31-
if: matrix.sys.compiler == "gcc"
31+
if: matrix.sys.compiler == 'gcc'
3232
uses: egor-tensin/setup-gcc@v1
3333
with:
3434
version: ${{matrix.sys.version}}

0 commit comments

Comments
 (0)