mirror of https://github.com/actions/cache.git
Fix bundle exec
This commit is contained in:
parent
c36116c3f4
commit
94f7b5d913
|
@ -36,4 +36,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check cached dependency records
|
- name: Check cached dependency records
|
||||||
working-directory: ${{ github.workspace }}
|
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…
Reference in New Issue