Skip to content

Commit bd4dfcf

Browse files
committed
WIP
1 parent 1f2929b commit bd4dfcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/easy_compile/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ runs:
4141
uses: "ruby/setup-ruby@v1"
4242
with:
4343
ruby-version: ${{ steps.get_versions.outputs.runtime_version_for_compilation }}
44+
working-direectory: ${{ inputs.working-directory }}
4445
- name: "Setup Rake Compiler"
4546
if: "${{ inputs.step == 'compile' }}"
4647
uses: actions/github-script@v8

0 commit comments

Comments
 (0)