浏览代码

Github actions apparently doesn't support YAML comments

Mikkel Hjortshoej 5 年之前
父节点
当前提交
51b346753a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .github/workflows/nightly.yml

+ 0 - 1
.github/workflows/nightly.yml

@@ -31,7 +31,6 @@ jobs:
           odin run examples/demo/demo.odin
       - name: Copy artifacts
         run: |
-# We delete the lib here since it's only used for building
           rm bin/llvm/windows/LLVM-C.lib
           mkdir dist
           cp odin.exe dist