Skip to content

Commit

Permalink
Fix tests workflow (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Dec 18, 2024
1 parent 4729d1e commit 49b7501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Install Mono on Ubuntu to run nuget.exe (due to this issue on Ubuntu 24 that hasn't been fixed yet - https://github.com/NuGet/setup-nuget/issues/168)
- name: Install Mono on Ubuntu
if: matrix.os == 'ubuntu'
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y apt-transport-https dirmngr gnupg ca-certificates
Expand Down

0 comments on commit 49b7501

Please sign in to comment.