Skip to content

Commit

Permalink
.github/workflows/daily.yml: serialize Perl build
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 31, 2021
1 parent 830b494 commit 6378a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Set env variables
uses: ./github/env/
- run: make GITHUB=1 -kj10 tools/bin/dyninfo js/wasm32.js
- run: JS=$(pwd)/bin/js WASMDIR=$(pwd) make GITHUB=1 -kj10 daily-perl!
- run: JS=$(pwd)/bin/js WASMDIR=$(pwd) make GITHUB=1 -kj1 daily-perl!
python:
name: python
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6378a3a

Please sign in to comment.