Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
try --skip-manifest
  • Loading branch information
kainino0x committed Feb 2, 2021
commit 0fa2b0234f857b846a362dd587e4f5c3e54bbb35
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
pip3 install bikeshed==2.2.3
export PATH="$(python3 -m site --user-base)/bin:${PATH}"
bikeshed update
bikeshed update --skip-manifest
mkdir out
./compile.sh

Expand Down