Skip to content

Commit

Permalink
try solving issue with duplicate builds on Linux(!?)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jun 20, 2024
1 parent e8e5b5b commit 92b4d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ runs:
shell: bash

- name: Compile Arturo (Linux)
if: inputs.arch != 'native' && runner.os == 'Linux'
if: inputs.arch != 'native' && inputs.arch != 'amd64' && runner.os == 'Linux'
run: |
cd arturo
./build.nims --install --mode ${{inputs.mode}} --arch ${{inputs.arch}} --log
Expand Down

0 comments on commit 92b4d31

Please sign in to comment.