We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fdbc2 commit bb68066Copy full SHA for bb68066
1 file changed
.github/workflows/pull-request-ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Clone Radium
65
run: |
66
git clone --recurse-submodules https://github.com/STORM-IRIT/Radium-Engine.git --single-branch ${{ env.src_prefix }}/Radium-Engine
67
- radium_sha=`git -C ${{ env.src_dir }}/Radium-Engine rev-parse --short HEAD`
+ radium_sha=`git -C ${{ env.src_prefix }}/Radium-Engine rev-parse --short HEAD`
68
echo "radium_sha=$radium_sha" >> $GITHUB_OUTPUT
69
70
- name: Cache radium install
0 commit comments