We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855b8d3 commit ac32acfCopy full SHA for ac32acf
1 file changed
.github/workflows/ci.yml
@@ -48,12 +48,12 @@ jobs:
48
- os: ubuntu-latest
49
target: linux-x64
50
nasm_format: elf64
51
- executable_ext: ""
+ executable_ext: "_linux"
52
continue_on_error: true
53
- os: macos-latest
54
target: macos-auto
55
nasm_format: macho64
56
+ executable_ext: "_macos"
57
58
fail-fast: false # Don't cancel other jobs if one fails
59
runs-on: ${{ matrix.os }}
0 commit comments