We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc30ca9 commit c9cf725Copy full SHA for c9cf725
1 file changed
.github/workflows/build-binaries.yml
@@ -78,7 +78,9 @@ jobs:
78
if: ${{matrix.os.runner}} == 'ubuntu-latest'
79
run: |
80
sudo chmod +x bin/binaries/latest-compiler/${{matrix.os.moon}}
81
+ sudo chmod +x bin/binaries/latest-compiler/${{matrix.os.moonc}}
82
"bin/binaries/latest-compiler/${{matrix.os.moon}}" -v
83
+ "bin/binaries/latest-compiler/${{matrix.os.moonc}}" -v
84
85
# Output the tree of the downloaded compiler.
86
- name: Display compiler tree
0 commit comments