diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-07 12:59:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-07 12:59:33 +0300 |
commit | cb49f6a8e05b4aeedc55ce25741c38e0bec2ff98 (patch) | |
tree | 22cd61f2d65d7c9befed1a14d286b6a72e125bc7 /.github/workflows/test.yml | |
parent | fix a stupid typo (diff) | |
download | setup-gcc-cb49f6a8e05b4aeedc55ce25741c38e0bec2ff98.tar.gz setup-gcc-cb49f6a8e05b4aeedc55ce25741c38e0bec2ff98.zip |
setting up cc is optional now
The better version of Link-Exe routine have been copied from
setup-clang.
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59e4d1f..509f0b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,7 @@ jobs: with: platform: '${{ matrix.platform }}' cygwin: '${{ matrix.cygwin }}' + cc: 1 - name: Build foo.exe run: | |