We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce89df1 commit 04d5279Copy full SHA for 04d5279
.github/workflows/native.yml
@@ -11,17 +11,14 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [macOS-latest, ubuntu-latest, windows-latest]
+ os: [macOS-latest, ubuntu-latest]
15
include:
16
- os: macOS-latest
17
uploaded_filename: lsif-java-x86_64-apple-darwin
18
local_path: cli/target/native-image/lsif-java
19
- os: ubuntu-latest
20
uploaded_filename: lsif-java-x86_64-pc-linux
21
22
- - os: windows-latest
23
- uploaded_filename: lsif-java-x86_64-pc-win32.exe
24
- local_path: cli\target\native-image\lsif-java.exe
25
steps:
26
- uses: actions/checkout@v2
27
- uses: olafurpg/setup-scala@v10
0 commit comments