diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-22 16:22:54 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-22 23:02:35 +0100 |
commit | ad8d3cf1c99e708e8dbb7c9d12daf66793417430 (patch) | |
tree | e0359174bb6905111c815c9c243f324d5210e6a9 /.github/workflows/linux_builds.yml | |
parent | 9c626b623619d89ce3e02a8422a4de977e016d1b (diff) | |
download | redot-engine-ad8d3cf1c99e708e8dbb7c9d12daf66793417430.tar.gz |
CI: Update actions to latest versions, use default runner .NET version
Diffstat (limited to '.github/workflows/linux_builds.yml')
-rw-r--r-- | .github/workflows/linux_builds.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index e3cd03d279..4cc6d92fb8 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -116,12 +116,6 @@ jobs: - name: Setup python and scons uses: ./.github/actions/godot-deps - - name: Set up .NET Sdk - uses: actions/setup-dotnet@v3 - if: ${{ matrix.build-mono }} - with: - dotnet-version: '6.0.x' - - name: Setup GCC problem matcher uses: ammaraskar/gcc-problem-matcher@master |