We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c52a3 commit 3ad0385Copy full SHA for 3ad0385
.github/workflows/build-win.yml
@@ -38,7 +38,7 @@ jobs:
38
CI: true
39
40
build-windows-x86:
41
- runs-on: windows-2019
+ runs-on: windows-2022
42
strategy:
43
matrix:
44
node_version: [18]
build-containers/Dockerfile.debian
@@ -6,7 +6,7 @@ ARG gcc_install
6
7
FROM node:${node_version}-${version}
8
9
-RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list && \
+RUN echo "deb https://archive.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list && \
10
apt update && \
11
apt install -y --no-install-recommends \
12
build-essential \
0 commit comments