Skip to content

Commit

Permalink
Update run_unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Dec 17, 2024
1 parent 2e36d97 commit c3fe769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
# use ubuntu-latest image to run steps on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.2

# sets up .NET
# version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/8.0
# version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/9.0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.203'
dotnet-version: '9.0.101'

- name: Install wasm-tools
run: dotnet workload install wasm-tools
Expand Down

0 comments on commit c3fe769

Please sign in to comment.