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 f791f89 commit 97b84a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
shell: bash
run: |
choco install --no-progress MozillaBuild
find "C:\mozilla-build\msys"
Expand All @@ -46,7 +47,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
shell: bash
# shell: bash
run: cargo +${{ matrix.rust-toolchain }} build -v --tests
env:
MOZILLABUILD: "C:\\mozilla-build"
Expand Down

0 comments on commit 97b84a1

Please sign in to comment.