Skip to content

Commit

Permalink
Remove Windows from native-image logic.
Browse files Browse the repository at this point in the history
We don't test that the build works on Windows.
  • Loading branch information
olafurpg committed Mar 4, 2021
1 parent ce89df1 commit 04d5279
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
os: [macOS-latest, ubuntu-latest]
include:
- os: macOS-latest
uploaded_filename: lsif-java-x86_64-apple-darwin
local_path: cli/target/native-image/lsif-java
- os: ubuntu-latest
uploaded_filename: lsif-java-x86_64-pc-linux
local_path: cli/target/native-image/lsif-java
- os: windows-latest
uploaded_filename: lsif-java-x86_64-pc-win32.exe
local_path: cli\target\native-image\lsif-java.exe
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
Expand Down

0 comments on commit 04d5279

Please sign in to comment.