Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreLachanceGit authored Aug 29, 2023
1 parent d47417c commit 9c2a1f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@ jobs:
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: p4_lsp
bin: p4_lsf
name: p4_lsp-Linux-x86_64-musl

- os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
bin: p4_lsp
bin: p4_lsf
name: p4_lsp-Linux-aarch64-musl

- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: p4_lsp.exe
bin: p4_lsf.exe
name: p4_lsp-Windows-x86_64.exe

- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: p4_lsp
bin: p4_lsf
name: p4_lsp-Darwin-x86_64

- os_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
bin: p4_lsp
bin: p4_lsf
name: p4_lsp-Darwin-aarch64

toolchain:
Expand Down

0 comments on commit 9c2a1f8

Please sign in to comment.