Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
merrycoder committed Mar 4, 2025
1 parent 11e198a commit 4e722a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: sudo apt update & sudo apt install libssl-dev & dotnet restore scripts/dotnet/SwissRETS.Tests.csproj
run: sudo apt update
- name: Install libssl-dev
run: sudo apt install libssl-dev
- name: dotnet restore
run: dotnet restore scripts/dotnet/SwissRETS.Tests.csproj
- name: Build
run: dotnet build scripts/dotnet/SwissRETS.Tests.csproj --configuration Release --no-restore
- name: Test
Expand Down

0 comments on commit 4e722a9

Please sign in to comment.