Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 22, 2023
1 parent 803d06b commit f6759c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends git gyp mercurial ninja-build
- name: Install Dependencies (Windows)
if: runner.os == 'Windows'
run: |
echo TBD
# - name: Install Dependencies (Windows)
# if: runner.os == 'Windows'
# run: |
# echo TBD
- name: Install Dependencies (MacOS)
if: runner.os == 'MacOS'
run: |
brew update
brew list
brew list|wc -l
brew install mercurial git ninja
python3 -m pip install gyp-next
python3 -m pip install gyp-next distutils
export PATH="$(python3 -m site --user-base)/bin:$PATH"
echo $PATH
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Run Tests
run: cargo +${{ matrix.rust-toolchain }} test -v
env:
LD_LIBRARY_PATH: ${{ github.workspace }}/dist/Debug/lib
# LD_LIBRARY_PATH: ${{ github.workspace }}/dist/Debug/lib
RUST_BACKTRACE: 1
RUST_LOG: neqo=debug

Expand Down

0 comments on commit f6759c8

Please sign in to comment.