mirror of
https://github.com/actions/cache.git
synced 2025-08-09 14:25:21 +08:00
Fix bundle exec
This commit is contained in:
parent
c36116c3f4
commit
94f7b5d913
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
|
@ -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…
Reference in New Issue
Block a user