File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 61
61
fail-fast : false
62
62
matrix :
63
63
features : ["--features debugmozjs", ""]
64
- target : [""]
65
- # target: ["", "aarch64-uwp-windows-msvc", "x86_64-uwp-windows-msvc"]
64
+ # target: [""]
65
+ target : ["", "aarch64-uwp-windows-msvc", "x86_64-uwp-windows-msvc"]
66
66
steps :
67
67
- uses : actions/checkout@v2
68
68
- name : Install deps
71
71
.\MozillaBuildSetup.exe /S | Out-Null
72
72
iwr -useb get.scoop.sh -outfile 'install.ps1'
73
73
.\install.ps1 -RunAsAdmin
74
- scoop install llvm@14 .0.6 --global
74
+ scoop install llvm@15 .0.7 --global
75
75
echo "C:\ProgramData\scoop\shims;C:\Users\runneradmin\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
76
76
- uses : dtolnay/rust-toolchain@stable
77
77
- name : Build uwp
88
88
LIBCLANG_PATH : " C:\\ ProgramData\\ scoop\\ apps\\ llvm\\ current\\ lib"
89
89
run : |
90
90
rustup install nightly-2022-11-20
91
- rustup default nightly
91
+ rustup default nightly-2022-11-20
92
92
rustup component add rust-src
93
+ rustc --version --verbose
93
94
cargo build --verbose ${{ matrix.features }} -Z build-std=std,panic_abort --target ${{ matrix.target }}
94
95
- name : Build Windows
95
96
if : contains(matrix.target, 'uwp') != true
You can’t perform that action at this time.
0 commit comments