fix-broken-build-workflow #36

Merged
Josh merged 12 commits from fix-broken-build-workflow into main 2025-08-26 21:23:09 +00:00
Showing only changes of commit 0f1a40e766 - Show all commits

View File

@@ -8,8 +8,6 @@ on:
jobs: jobs:
package-and-push: package-and-push:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps:
container: mcr.microsoft.com/devcontainers/python:3.11 container: mcr.microsoft.com/devcontainers/python:3.11
steps: steps:
@@ -17,7 +15,6 @@ jobs:
run: | run: |
set -eux set -eux
apt-get update apt-get update
# add gcc & toolchain while keeping your originals
apt-get install -y --no-install-recommends curl ca-certificates git build-essential make apt-get install -y --no-install-recommends curl ca-certificates git build-essential make
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y --no-install-recommends nodejs apt-get install -y --no-install-recommends nodejs