We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bae69 commit 89bd5d2Copy full SHA for 89bd5d2
.github/workflows/prebuild.yml
@@ -49,10 +49,6 @@ jobs:
49
uses: actions/setup-node@v4
50
with:
51
node-version: latest
52
- - name: Set up GCC
53
- uses: egor-tensin/setup-gcc@v1
54
- with:
55
- version: 11
56
- name: Set up QEMU
57
uses: docker/setup-qemu-action@v3
58
- name: Set up Docker Buildx
Dockerfile.debian
@@ -2,7 +2,7 @@ FROM node:22-bookworm-slim AS build
2
WORKDIR /isolated-vm
3
RUN apt-get update && \
4
apt-get install -y --no-install-recommends \
5
- g++ \
+ g++-11 \
6
make \
7
python3
8
COPY . .
0 commit comments