Skip to content

Commit

Permalink
(build) We also need _all_ the .NET's
Browse files Browse the repository at this point in the history
This will change in the future, as we upgrade some tools, but for now,
let's just install everything...
  • Loading branch information
gep13 committed Aug 7, 2024
1 parent effe4d2 commit 00af048
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install -y libgit2-dev

- name: Setup required dotnet versions
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
with:
dotnet-version: |
2.1.818
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
Expand Down

0 comments on commit 00af048

Please sign in to comment.