We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c35d5 commit a279574Copy full SHA for a279574
1 file changed
.github/workflows/linux.yml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Install GCC
31
- if: matrix.sys.compiler == "gcc"
+ if: matrix.sys.compiler == 'gcc'
32
uses: egor-tensin/setup-gcc@v1
33
with:
34
version: ${{matrix.sys.version}}
0 commit comments