Skip to content

Commit 42439ee

Browse files
authored
Add x86_64-unknown-none back (#14)
Signed-off-by: Simon Davies <[email protected]>
1 parent b21ba75 commit 42439ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ runs:
8383
fi
8484
shell: bash
8585

86+
# This is needed to build the rust guests
87+
- name: Install x86_64-unknown-none target
88+
if: ${{ (runner.os == 'Linux') }}
89+
run: |
90+
rustup target add x86_64-unknown-none
91+
shell: bash
92+
8693
# We do this in case there is toolchain skew between repos
8794
- name: Install older rust toolchain(s)
8895
if: ${{ (runner.os == 'Linux') }}

0 commit comments

Comments
 (0)