Skip to content

Commit 04d5279

Browse files
committedMar 4, 2021
Remove Windows from native-image logic.
We don't test that the build works on Windows.
1 parent ce89df1 commit 04d5279

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.github/workflows/native.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macOS-latest, ubuntu-latest, windows-latest]
14+
os: [macOS-latest, ubuntu-latest]
1515
include:
1616
- os: macOS-latest
1717
uploaded_filename: lsif-java-x86_64-apple-darwin
1818
local_path: cli/target/native-image/lsif-java
1919
- os: ubuntu-latest
2020
uploaded_filename: lsif-java-x86_64-pc-linux
2121
local_path: cli/target/native-image/lsif-java
22-
- os: windows-latest
23-
uploaded_filename: lsif-java-x86_64-pc-win32.exe
24-
local_path: cli\target\native-image\lsif-java.exe
2522
steps:
2623
- uses: actions/checkout@v2
2724
- uses: olafurpg/setup-scala@v10

0 commit comments

Comments
 (0)
Please sign in to comment.