We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21ba75 commit 42439eeCopy full SHA for 42439ee
action.yml
@@ -83,6 +83,13 @@ runs:
83
fi
84
shell: bash
85
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
+
93
# We do this in case there is toolchain skew between repos
94
- name: Install older rust toolchain(s)
95
if: ${{ (runner.os == 'Linux') }}
0 commit comments