]> git.proxmox.com Git - wasi-libc.git/commitdiff
debug
authorPat Hickey <pat@moreproductive.org>
Fri, 3 Apr 2020 21:01:25 +0000 (14:01 -0700)
committerPat Hickey <pat@moreproductive.org>
Mon, 6 Apr 2020 22:06:01 +0000 (15:06 -0700)
.github/workflows/main.yml

index e2ecea4428279287d52b1e2deed1def3c4dd4a1e..e8229c461e2e59921251a00161ec4e9ceab7b3c3 100644 (file)
@@ -35,6 +35,7 @@ jobs:
       shell: bash
       run: |
         curl -sSfL https://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-darwin-apple.tar.xz | tar xJf -
+        ls clang+llvm-9.0.0-x86_64-darwin-apple
         export CLANG_DIR=`pwd`/clang+llvm-9.0.0-x86_64-darwin-apple/bin
         echo "::add-path::$CLANG_DIR"
         echo "::set-env name=WASM_CC::$CLANG_DIR/clang"