Skip to content

Commit

Permalink
Merge pull request #362 from NeoCoderMatrix86/CorrectionsFromMergeMaster
Browse files Browse the repository at this point in the history
Update .net
  • Loading branch information
NeoCoderMatrix86 authored Jun 4, 2024
2 parents 95f9c3e + bd0ad68 commit bfd6c45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -13,14 +13,14 @@ jobs:
- uses: actions/[email protected]

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

- name: Install wasm-tools
run: dotnet workload install wasm-tools-net7
run: dotnet workload install wasm-tools

# Only publish when unit tests are ok
- name: Run Unit Tests
Expand Down
4 changes: 2 additions & 2 deletions netlify/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
set -e

## install latest .NET 7.0 release
## install latest .NET 8.0 release
pushd /tmp
wget https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh
chmod u+x /tmp/dotnet-install.sh
/tmp/dotnet-install.sh --channel 7.0
/tmp/dotnet-install.sh --channel 8.0
popd

## Install wasm-tools
Expand Down

0 comments on commit bfd6c45

Please sign in to comment.