Skip to content

Commit c9cf725

Browse files
committed
Make moonc executable on Linux
1 parent cc30ca9 commit c9cf725

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ jobs:
7878
if: ${{matrix.os.runner}} == 'ubuntu-latest'
7979
run: |
8080
sudo chmod +x bin/binaries/latest-compiler/${{matrix.os.moon}}
81+
sudo chmod +x bin/binaries/latest-compiler/${{matrix.os.moonc}}
8182
"bin/binaries/latest-compiler/${{matrix.os.moon}}" -v
83+
"bin/binaries/latest-compiler/${{matrix.os.moonc}}" -v
8284
8385
# Output the tree of the downloaded compiler.
8486
- name: Display compiler tree

0 commit comments

Comments
 (0)