Skip to content

Commit

Permalink
(ciaopp,exfilter) share common ciaoppcl part in ciaoppcl_common
Browse files Browse the repository at this point in the history
Src-commit: 56dda35ac2c35744c4ce7596a82268a13a64b277
  • Loading branch information
jfmc committed Apr 27, 2023
1 parent fec10c2 commit 47da74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# ARCHOPTS="${{ matrix.sys.archopts }} --core:custom_cc=$CC"
./ciao-boot.sh boot-build $ARCHOPTS
if [ $DEVENV == yes ]; then ./ciao-boot.sh fetch devenv; fi
if [ $WASM == yes ]; then ./ciao-boot.sh fetch ciaowasm ciao_playground website; fi
if [ $WASM == yes ]; then ./ciao-boot.sh fetch ciaowasm ciao_playground exfilter website; fi
./ciao-boot.sh configure --instype=local $ARCHOPTS $EXTRAOPTS
./ciao-boot.sh build
./ciao-boot.sh install
Expand Down

0 comments on commit 47da74a

Please sign in to comment.