diff options
author | arawaaa <77910862+arawaaa@users.noreply.github.com> | 2021-05-25 13:11:53 -0500 |
---|---|---|
committer | arawaaa <77910862+arawaaa@users.noreply.github.com> | 2021-05-25 13:11:53 -0500 |
commit | 28823df2af5a4bfbab6dc455252c8ea0e211ffcb (patch) | |
tree | 1c1afb8fde16c15b8b4c110f635fed88c426ec4c /.github/workflows | |
parent | 5155f825bb71fca649a97ac4a7fa356cf85ee722 (diff) | |
parent | 7761c2b791291adee0505c869305b5675e90ed3b (diff) | |
download | libquotient-28823df2af5a4bfbab6dc455252c8ea0e211ffcb.tar.gz libquotient-28823df2af5a4bfbab6dc455252c8ea0e211ffcb.zip |
Merge branch 'quotient-im:master' into pinned
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd6f489e..24681460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Setup build environment run: | if [ "${{ matrix.compiler }}" == "GCC" ]; then - if [ -n "${{ matrix.update-api }}" ]; then VERSION_POSTFIX='-8'; fi + if [ -n "${{ matrix.update-api }}" ]; then VERSION_POSTFIX='-9'; fi echo "CC=gcc$VERSION_POSTFIX" >>$GITHUB_ENV echo "CXX=g++$VERSION_POSTFIX" >>$GITHUB_ENV else |