We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0095957 commit 6e9beacCopy full SHA for 6e9beac
1 file changed
.github/workflows/basic_webserver_build_release.yml
@@ -271,6 +271,8 @@ jobs:
271
run: |
272
# no need to build platform anymore
273
cd basic-webserver-platform
274
+ ls
275
+ ls examples
276
# this one does not work when building with musl
277
rm examples/file-accessed-modified-created-time.roc
278
NO_BUILD=1 ROC=./roc_nightly/roc EXAMPLES_DIR=./examples/ ./ci/all_tests.sh
0 commit comments