Skip to content

Commit f93c6e4

Browse files
committed
ci: always do dotnet install, skip ubuntu-arm test
1 parent f105f00 commit f93c6e4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
os: ubuntu-latest
2424
cache_dependencies: true
2525

26-
- name: ubuntu-24.04-arm
27-
os: ubuntu-24.04-arm64
28-
cache_dependencies: true
26+
# - name: ubuntu-24.04-arm
27+
# os: ubuntu-24.04-arm64
28+
# cache_dependencies: true
2929

3030
- name: macos-13-x86_64
3131
os: macos-13
@@ -84,7 +84,7 @@ jobs:
8484
echo Set HOST_ZIP_FILE to ${{ env.HOST_ZIP_FILE }}
8585
shell: bash
8686

87-
- name: Check .NET versions available to see if we can skip install
87+
- name: Check .NET versions available
8888
shell: bash
8989
run: |
9090
echo "DOTNET_VERSION_LIST<<EOF" >> $GITHUB_ENV
@@ -94,7 +94,6 @@ jobs:
9494
9595
- name: Setup .NET 6,8
9696
uses: actions/setup-dotnet@v4
97-
if: contains(env.DOTNET_VERSION_LIST, '8.0.') == 'false' || contains(env.DOTNET_VERSION_LIST, '6.0.') == 'false'
9897
with:
9998
dotnet-version: "6\n8\n"
10099

0 commit comments

Comments
 (0)