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 58465d4 commit 8803b02Copy full SHA for 8803b02
.github/actions/easy_compile/action.yml
@@ -42,6 +42,11 @@ runs:
42
with:
43
ruby-version: ${{ steps.get_versions.outputs.runtime_version_for_compilation }}
44
working-directory: ${{ inputs.working-directory }}
45
+ - name: Install easy compile
46
+ if: "${{ inputs.step == 'compile' }}"
47
+ shell: bash
48
+ run: "rake install"
49
+ working-directory: "tmp"
50
- name: "Setup Rake Compiler"
51
if: "${{ inputs.step == 'compile' }}"
52
uses: actions/github-script@v8
0 commit comments