We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2929b commit bd4dfcfCopy full SHA for bd4dfcf
.github/actions/easy_compile/action.yml
@@ -41,6 +41,7 @@ runs:
41
uses: "ruby/setup-ruby@v1"
42
with:
43
ruby-version: ${{ steps.get_versions.outputs.runtime_version_for_compilation }}
44
+ working-direectory: ${{ inputs.working-directory }}
45
- name: "Setup Rake Compiler"
46
if: "${{ inputs.step == 'compile' }}"
47
uses: actions/github-script@v8
0 commit comments