Skip to content

Commit

Permalink
zz
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 23, 2023
1 parent 096164f commit 78286d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ jobs:
if: runner.os == 'Windows' && steps.cache-mozbuild.outputs.cache-hit != 'true'
shell: bash
run: |
choco config set --name="'cacheLocation'" --value="'C:\tmp'"
choco install --no-progress MozillaBuild
ls -l "C:\tmp"
cat "C:\ProgramData\chocolatey\logs\chocolatey.log"
echo "C:\mozilla-build\bin" >> $GITHUB_PATH
echo "C:\mozilla-build/msys2/usr/bin" >> $GITHUB_PATH
Expand Down
1 change: 1 addition & 0 deletions neqo-crypto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ fn build_nss(dir: PathBuf) {
if target.strip_prefix("aarch64-").is_some() {
build_nss.push(String::from("--target=arm64"));
}
println!("{}", build_nss.join(" "));
let status = Command::new(get_bash())
.args(build_nss)
.current_dir(dir)
Expand Down

0 comments on commit 78286d2

Please sign in to comment.