Skip to content

Commit

Permalink
112
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 22, 2023
1 parent 88643ed commit da27e08
Showing 1 changed file with 1 addition 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 @@ -30,9 +30,8 @@ jobs:
- name: Install Dependencies (Windows)
if: runner.os == 'Windows'
run: |
echo "::add-path::$GITHUB_WORKSPACE"
curl "https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe" --output "mb.exe"
mb.exe
./mb.exe
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit da27e08

Please sign in to comment.