Skip to content

Commit

Permalink
properly set up Web builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jun 21, 2024
1 parent d20a6ff commit 2761e39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,14 @@ runs:
./build.nims --install --mode ${{inputs.mode}} --arch ${{inputs.arch}} --log
echo "$HOME/.arturo/bin" >> $GITHUB_PATH
cd ..
shell: bash

- name: Compile Arturo (Web)
if: inputs.mode == 'web'
run: |
cd arturo
./build.nims --mode ${{ inputs.mode }} --log
./build.nims --install --mode full --arch ${{ inputs.arch }} --log
echo "$HOME/.arturo/bin" >> $GITHUB_PATH
cd ..
shell: bash

0 comments on commit 2761e39

Please sign in to comment.