fix readlink

This commit is contained in:
2023-07-15 00:43:02 +02:00
parent 929057ada1
commit 621f04db7a
2 changed files with 3 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel 4
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel $(nproc)
- name: Test
working-directory: ${{github.workspace}}/build