Fixed CI runner failure when executing tests

This commit is contained in:
Mick Grove 2026-02-13 07:55:17 -08:00
commit 0c9ca048ea
2 changed files with 2 additions and 6 deletions

View file

@ -53,8 +53,6 @@ jobs:
- name: Build (Makefile linux-x64)
run: make linux-x64
env:
CARGO_BUILD_JOBS: 1
- name: Fix permissions
run: sudo chown -R $(id -u):$(id -g) target
@ -122,8 +120,6 @@ jobs:
- name: Build (Makefile linux-arm64)
run: make linux-arm64
env:
CARGO_BUILD_JOBS: 1
- name: Fix permissions
run: sudo chown -R $(id -u):$(id -g) target