Skip to content

Commit

Permalink
Jrm/ci test (#3604)
Browse files Browse the repository at this point in the history
* Changed Installer url

* Persist to workspace

* dotnet version 206
  • Loading branch information
JR-Morgan authored Jul 30, 2024
1 parent 26c3113 commit b341303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/scripts/config-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs: # Each project will have individual jobs for each specific task it has to
name: Install dotnet
command: |
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel sts
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.204
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.206
$HOME/.dotnet/dotnet --version
- run:
name: Startup the Speckle Server
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs: # Each project will have individual jobs for each specific task it has to
name: Install dotnet
command: |
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel sts
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.2xx
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 8.0.206
$HOME/.dotnet/dotnet --version
$HOME/.dotnet/dotnet --list-runtimes
Expand Down

0 comments on commit b341303

Please sign in to comment.