Skip to content

Commit 94f7b5d

Browse files
authored
Fix bundle exec
1 parent c36116c commit 94f7b5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/licensed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
3737
- name: Check cached dependency records
3838
working-directory: ${{ github.workspace }}
39-
run: $RUNNER_TEMP/licensed-5.0.4/exe/licensed status
39+
run: |
40+
cd $RUNNER_TEMP/licensed-5.0.4
41+
bundle exec exe/licensed status -C ${{ github.workspace }}

0 commit comments

Comments
 (0)