Skip to content

Commit

Permalink
ss
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 22, 2023
1 parent 8fc7ed3 commit d66171e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
shell: bash
run: |
curl "https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe" --output "mozbuild.exe"
./mozbuild.exe -h
./mozbuild.exe -?
./mozbuild.exe -help
./mozbuild.exe --help
./mozbuild.exe
ls -l
./mozbuild.exe /s /D=mozilla-build
ls -l
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit d66171e

Please sign in to comment.