mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
run jlink with default shell on each OS
(bash on mac causes problems with variable substitution)
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -6,10 +6,6 @@ on:
|
||||
env:
|
||||
JAVA_VERSION: 16
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Build and Test
|
||||
@@ -59,6 +55,9 @@ jobs:
|
||||
- os: macOS-latest
|
||||
profile: mac
|
||||
launcher: launcher-mac.sh
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
|
||||
Reference in New Issue
Block a user