ci: fix no nodejs
Some checks failed
/ build (push) Failing after 1m5s

This commit is contained in:
thislight 2024-07-13 19:37:32 +08:00
parent 87b018b7e0
commit c7828fe32f
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -19,7 +19,7 @@ jobs:
image: fedora:40 image: fedora:40
steps: steps:
- name: Install Tools - name: Install Tools
run: 'dnf install -y --setopt install_weak_deps=False buildah qemu-user-static' run: 'dnf install -y --setopt install_weak_deps=False nodejs buildah qemu-user-static'
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build Images - name: Build Images