This commit is contained in:
parent
2256d2fdfb
commit
f9132965db
1 changed files with 7 additions and 0 deletions
|
@ -8,7 +8,14 @@ on:
|
|||
jobs:
|
||||
upload:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux/archlinux:base-devel
|
||||
privileged: true
|
||||
|
||||
steps:
|
||||
- name: nodejs
|
||||
- run: pacman -Syu --noconfirm nodejs
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue