testing again again again
Some checks failed
CI – Multi‑arch build & test / amd64 (pull_request) Failing after 2m39s
CI – Multi‑arch build & test / arm64 (pull_request) Failing after 3m53s

This commit is contained in:
Aaron Honeycutt 2026-02-02 12:37:26 -07:00
parent a974ea0bb7
commit 57d994de4f

View file

@ -22,8 +22,8 @@ jobs:
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
apt update
apt install -y nodejs npm
- name: Checkout code
uses: actions/checkout@v6
@ -41,8 +41,8 @@ jobs:
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
apt update
apt install -y nodejs npm
- name: Checkout code
uses: actions/checkout@v6