Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Compare SwissLife-OSS/snapshooter#196

Signed-off-by: andreas hilti <[email protected]>
  • Loading branch information
andreas-hilti committed May 20, 2024
1 parent 571c21b commit 0da6c0e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]
# macos currently disabled. see issue https://github.com/SwissLife-OSS/snapshooter/issues/196.
os: [ubuntu-latest, windows-latest]
timeout-minutes: 30

steps:
Expand All @@ -58,6 +60,11 @@ jobs:
with:
dotnet-version: '6.0'

- name: SnapshooterHotfixSymlinkLinux
if: matrix.os == 'ubuntu-latest'
run: sudo ln -s "$GITHUB_WORKSPACE" /_
shell: bash

- name: Tests
run: |
dotnet restore
Expand Down

0 comments on commit 0da6c0e

Please sign in to comment.