Skip to content

Commit 0da6c0e

Browse files
committed
Fix build
Compare SwissLife-OSS/snapshooter#196 Signed-off-by: andreas hilti <andreas.hilti@bluewin.ch>
1 parent 571c21b commit 0da6c0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
runs-on: ${{ matrix.os }}
5050
strategy:
5151
matrix:
52-
os: [ubuntu-latest, windows-latest, macos-latest]
52+
# os: [ubuntu-latest, windows-latest, macos-latest]
53+
# macos currently disabled. see issue https://github.com/SwissLife-OSS/snapshooter/issues/196.
54+
os: [ubuntu-latest, windows-latest]
5355
timeout-minutes: 30
5456

5557
steps:
@@ -58,6 +60,11 @@ jobs:
5860
with:
5961
dotnet-version: '6.0'
6062

63+
- name: SnapshooterHotfixSymlinkLinux
64+
if: matrix.os == 'ubuntu-latest'
65+
run: sudo ln -s "$GITHUB_WORKSPACE" /_
66+
shell: bash
67+
6168
- name: Tests
6269
run: |
6370
dotnet restore

0 commit comments

Comments
 (0)