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