aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMikkel Hjortshoej <fyoucon@gmail.com>2020-04-23 22:30:44 +0200
committerMikkel Hjortshoej <fyoucon@gmail.com>2020-04-23 22:30:44 +0200
commit51b346753a515d359e161a406ec23d7a8becdbf4 (patch)
tree032aa64eaed29048b2f4771d2d7211a0de06938c /.github/workflows
parentb63aa0520a325d73c9479d9bb3b2422edc4f8d2a (diff)
Github actions apparently doesn't support YAML comments
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index e892affdd..72911db95 100644
--- a/.github/workflows/nightly.yml
+++ b/.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