Skip to content

Commit 5969bdd

Browse files
committed
Make workload test work on arm64/s390x as well
The `wasm-tools` workload is only available on x64 (aka x86_64). So this test fails on arm64 and s390x. The `macos` workload seems to be available for all architectures. So use that instead so this test will work everywhere.
1 parent 197adfd commit 5969bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workload/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
set -x
66

7-
WORKLOAD="wasm-tools"
7+
WORKLOAD="macos"
88

99
dotnet workload install "$WORKLOAD"
1010
echo "PASS: workload install."

0 commit comments

Comments
 (0)