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 a5c1eae commit 900bc5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
MOZBUILD_STATE_PATH: ${{ github.workspace }}/mozbuild

MOZBUILD_STATE_PATH: ${{ github.workspace }}\mozbuild
CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true
jobs:
check:
name: Neqo Build and Test
Expand Down Expand Up @@ -35,7 +35,8 @@ jobs:
shell: bash
run: |
choco install --no-progress MozillaBuild
find "C:\ProgramData\chocolatey"
ls -l "C:\ProgramData"
# find "C:\ProgramData\chocolatey"
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 900bc5d

Please sign in to comment.