about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-02 13:54:40 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-02 21:03:27 +0100
commit2dbe7d8d5b8408f3db2a747a4a33df80729383d2 (patch)
treec15df2f9f99f09314f130ba028e36d95549f9ce7 /src/ci/github-actions
parenta141b6975b44f9cd3bc2bbc752885ffe630e4bce (diff)
downloadrust-2dbe7d8d5b8408f3db2a747a4a33df80729383d2.tar.gz
rust-2dbe7d8d5b8408f3db2a747a4a33df80729383d2.zip
Fix invalid enabling of gcc backend in `run.sh`
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index c90cd873c9e..b415eb5961b 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -331,9 +331,9 @@ jobs:
             <<: *job-linux-4c
 
           - name: x86_64-gnu-llvm-15
-            <<: *job-linux-16c
             env:
               ENABLE_GCC_CODEGEN: "1"
+            <<: *job-linux-16c
 
           - name: x86_64-gnu-tools
             <<: *job-linux-16c