Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 14, 2024
1 parent e3ee95f commit ac5c166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,9 @@ jobs:
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
run: |
# shellcheck disable=SC2028
{
echo C:/msys64/usr/bin
echo C:/msys64/mingw64/bin
} >> "$GITHUB_PATH"
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-nss mingw-w64-x86_64-pkg-config
vcpkg install nss
# See https://github.com/ilammy/msvc-dev-cmd#name-conflicts-with-shell-bash
rm /usr/bin/link.exe
rm C:/msys64/usr/bin/link.exe
find C:/msys64/mingw64/lib
- name: Set up MSVC build environment (Windows)
if: runner.os == 'Windows'
Expand Down
1 change: 1 addition & 0 deletions qns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ADD . /neqo

RUN set -eux; \
cd /neqo; \
export PATH=/home/linuxbrew/.linuxbrew/bin:$PATH; \
cargo build --release --bin neqo-client --bin neqo-server

# Copy only binaries to the final image to keep it small.
Expand Down

0 comments on commit ac5c166

Please sign in to comment.