Skip to content

Commit

Permalink
Use node 17 for rawhide build
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed Dec 31, 2021
1 parent 7353827 commit d9d389b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/mingw64.yml
Expand Up @@ -39,6 +39,13 @@ jobs:
- name: Install build dependencies
run: ./ms-windows/mingw/mingwdeps.sh

- uses: actions/setup-node@v2
with:
node-version: '17'

- name: Make yarn available
run: corepack enable

- name: Create ccache dir
run: mkdir -p /w/.ccache/QGIS

Expand Down
1 change: 0 additions & 1 deletion ms-windows/mingw/mingwdeps.sh
Expand Up @@ -81,5 +81,4 @@ dnf install -y --nogpgcheck \
sqlite-devel \
wget \
xorg-x11-server-Xvfb \
yarnpkg \
zip

0 comments on commit d9d389b

Please sign in to comment.