Update .github/workflows/build-canaryv3.yml

This commit is contained in:
ferreo 2024-07-24 01:45:06 +02:00
parent a3e0e04018
commit 48399da60d

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: node
runs-on: ubuntu-latest
container:
image: ghcr.io/pikaos-linux/pikaos-builder:canaryv3
volumes:
@ -17,7 +17,13 @@ jobs:
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Update APT Cache
run: apt-get update -y
- name: Update APT Cache
run: apt-get install nodejs npm
- uses: actions/checkout@v4
- name: Install SSH key
uses: shimataro/ssh-key-action@v2