Skip to content

Commit

Permalink
revert setup dotnet version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 2, 2024
1 parent f4a0f7a commit 91d9a59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
arch: [x64]
steps:
- name: Setup dotnet # Use setup dotnet action as Windows-2019 image no longer contains .net5.0
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
Expand All @@ -117,7 +117,7 @@ jobs:
arch: [x86, x64]
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
#TODO: Specify architecture to install 32 bit .net when that is supported (https://github.com/actions/setup-dotnet/issues/72)
dotnet-version: |
Expand All @@ -138,7 +138,7 @@ jobs:
runs-on: macos-12
steps:
- name: Setup dotnet # Use setup dotnet action as macos-12 image no longer contains .net5.0 and .net3.1
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
Expand Down
4 changes: 3 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"hosts": {
"al2": {
"packages": [
"libicu"
"libicu",
"zlib",
"libcurl"
]
}
},
Expand Down

0 comments on commit 91d9a59

Please sign in to comment.