Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 22, 2023
1 parent 1779142 commit aa5e403
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 @@ -36,8 +36,6 @@ jobs:
shell: bash
run: |
choco install --no-progress MozillaBuild
ls -l "C:\ProgramData"
find "C:\ProgramData\Mozilla-1de4eec8-1241-4177-a864-e594e8d1fb38"
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -50,6 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
shell: bash
run: cargo +${{ matrix.rust-toolchain }} build -v --tests

- name: Run Tests
Expand Down

0 comments on commit aa5e403

Please sign in to comment.