Skip to content

Commit

Permalink
ccc
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 22, 2023
1 parent d606a1e commit 7f42123
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
choco install -r MozillaBuild
choco install --no-progress MozillaBuild
ls -l
cat C:\ProgramData\chocolatey\logs\chocolatey.log
cat "C:\ProgramData\chocolatey\logs\chocolatey.log" || true
cat /ProgramData/chocolatey/logs/chocolatey.log || true
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 7f42123

Please sign in to comment.