Skip to content

Commit

Permalink
new2
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Dec 8, 2023
1 parent c2d0207 commit b56cf9b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
- name: Install moztools (Windows)
if: runner.os == 'Windows'
run: |
# curl -L -o moztools.zip https://ftp.mozilla.org/pub/mozilla/libraries/win32/moztools-static.zip
# unzip moztools.zip
# mv moztools/bin/nsinstall.exe /usr/bin
# rm -r moztools.zip moztools
pacman -S --noconfirm nsinstall
curl -L -o moztools.zip https://ftp.mozilla.org/pub/mozilla/libraries/win32/moztools-static.zip
unzip moztools.zip
mv moztools/bin/nsinstall.exe /usr/bin
rm -r moztools.zip moztools
# See https://github.com/ilammy/msvc-dev-cmd#name-conflicts-with-shell-bash
rm /usr/bin/link.exe
echo "BASH=$SHELL" >> "$GITHUB_ENV"
Expand Down

0 comments on commit b56cf9b

Please sign in to comment.