forked from mirrors/kingfisher
Fixed CI runner failure when executing tests
This commit is contained in:
parent
1583df7a64
commit
0c9ca048ea
2 changed files with 2 additions and 6 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue