From 92b4d31481edc873c331a6d001e6a3764efca2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:38:02 +0200 Subject: [PATCH] try solving issue with duplicate builds on Linux(!?) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a5e1a8..87f3232 100644 --- a/action.yml +++ b/action.yml @@ -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