Skip to content

Commit bb68066

Browse files
committed
fix
1 parent 19fdbc2 commit bb68066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Clone Radium
6565
run: |
6666
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`
67+
radium_sha=`git -C ${{ env.src_prefix }}/Radium-Engine rev-parse --short HEAD`
6868
echo "radium_sha=$radium_sha" >> $GITHUB_OUTPUT
6969
7070
- name: Cache radium install

0 commit comments

Comments
 (0)