There was an error while loading. Please reload this page.
1 parent 0b0fae1 commit e748e8bCopy full SHA for e748e8b
1 file changed
.github/workflows/release.yml
@@ -31,8 +31,7 @@ jobs:
31
32
- name: Build release version
33
run: |
34
- if [[ "${{ matrix.os }}"x =~ '^windows' ]]; then
35
- else
+ if [[ ! "${{ matrix.os }}"x =~ '^windows' ]]; then
36
export CC=gcc
37
fi
38
mkdir packcc-${{ github.ref_name }} &&
0 commit comments