Skip to content

Commit

Permalink
Fix stupid bug in .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Apr 23, 2024
1 parent 38eca26 commit 0598fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: create-env
run: |
source ./setup.sh
export BUILDCACHE_ENVNAME=ue-gcc-11.4.0
export BUILDCACHE_ENVNAME=ue-gcc-11.4.0-buildcache
export BUILDCACHE_ENVDIR=$PWD/envs/${BUILDCACHE_ENVNAME}
export ENVNAME=ue-gcc-11.4.0
export ENVDIR=$PWD/envs/${ENVNAME}
Expand Down

0 comments on commit 0598fcb

Please sign in to comment.