Skip to content

Commit

Permalink
net9 sdk is NOT YET installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Nov 22, 2024
1 parent e26b4a8 commit 3a37d15
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,11 @@ jobs:
sudo apt-get install -y --no-install-recommends curl openssl ca-certificates
# the sdk is installed by default, but keep this step for reference
# - name: Set up .NET SDK
# run: |
# sudo apt-get install -y --no-install-recommends dotnet-sdk-9.0
# caveat: net9 is (currently?) NOT installed, so manually again
- name: Set up .NET SDK
run: |
sudo apt-get install -y --no-install-recommends dotnet-sdk-9.0
# end

- name: Run bootstrap
run: ./bootstrap.sh
Expand Down

0 comments on commit 3a37d15

Please sign in to comment.