Skip to content

Commit 8803b02

Browse files
committed
WIP
1 parent 58465d4 commit 8803b02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/easy_compile/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ runs:
4242
with:
4343
ruby-version: ${{ steps.get_versions.outputs.runtime_version_for_compilation }}
4444
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"
4550
- name: "Setup Rake Compiler"
4651
if: "${{ inputs.step == 'compile' }}"
4752
uses: actions/github-script@v8

0 commit comments

Comments
 (0)