mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Github actions apparently doesn't support YAML comments
This commit is contained in:
@@ -31,7 +31,6 @@ jobs:
|
|||||||
odin run examples/demo/demo.odin
|
odin run examples/demo/demo.odin
|
||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: |
|
run: |
|
||||||
# We delete the lib here since it's only used for building
|
|
||||||
rm bin/llvm/windows/LLVM-C.lib
|
rm bin/llvm/windows/LLVM-C.lib
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp odin.exe dist
|
cp odin.exe dist
|
||||||
|
|||||||
Reference in New Issue
Block a user