Fixed data race

This commit is contained in:
SChernykh
2023-08-18 21:43:04 +02:00
parent 6e68714c26
commit 8d65a99fe4
2 changed files with 15 additions and 3 deletions

View File

@@ -33,8 +33,10 @@ jobs:
apk add git cmake gcc g++ make
- name: Checkout repository
run: |
git clone --recursive --shallow-submodules --filter=blob:none https://github.com/${{ github.repository }}
uses: actions/checkout@v3
with:
submodules: true
path: p2pool
- name: Build libcurl
shell: alpine.sh {0}