mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-10 18:03:08 +00:00
try to fix sudo error when running on self hosted runner
This commit is contained in:
parent
72afbc5050
commit
6492705256
10
.github/workflows/Repeated_tests_endurancce.yml
vendored
10
.github/workflows/Repeated_tests_endurancce.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
||||
|
||||
- name: Prepare third_party directory
|
||||
run: |
|
||||
sudo mkdir -p third_party
|
||||
sudo chown $USER third_party
|
||||
mkdir -p third_party
|
||||
chown $USER third_party
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
@ -31,7 +31,11 @@ jobs:
|
||||
run: go mod download
|
||||
|
||||
- name: Build nwaku dependencies
|
||||
run: make -C waku
|
||||
run:
|
||||
git pull
|
||||
make update
|
||||
make libwaku
|
||||
make -C waku
|
||||
|
||||
- name: Clean environment
|
||||
run: go clean -cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user