librsc/Makefile: ../lib directory must be created globally before make lib targets in parallel
prevents conflict of individual targets each trying to create ../lib enable -j2 in make lib windows action
This commit is contained in:
3
.github/workflows/windows-test-scheduled.yml
vendored
3
.github/workflows/windows-test-scheduled.yml
vendored
@@ -65,8 +65,7 @@ jobs:
|
||||
- name: Build the platform libraries (make lib)
|
||||
if: steps.check-sha.outputs.cache-hit != 'true'
|
||||
shell: cmd
|
||||
run: make lib QUIET=1 SHELL=cmd
|
||||
# make -j2 lib fails with SHELL=cmd (not sure why)
|
||||
run: make -j2 lib QUIET=1 SHELL=cmd
|
||||
|
||||
- name: Run the regression tests (make test)
|
||||
if: steps.check-sha.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user