Fix bundle exec

pull/1634/head
Bassem Dghaidi 1 month ago committed by GitHub
parent c36116c3f4
commit 94f7b5d913

@ -36,4 +36,6 @@ jobs:
- name: Check cached dependency records
working-directory: ${{ github.workspace }}
run: $RUNNER_TEMP/licensed-5.0.4/exe/licensed status
run: |
cd $RUNNER_TEMP/licensed-5.0.4
bundle exec exe/licensed status -C ${{ github.workspace }}
Loading…
Cancel
Save