From 40f12d698df9a5bc1bb85c512d1b8360a2b59aac Mon Sep 17 00:00:00 2001 From: MIRIMIRIM <59959583+MIRIMIRIM@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:35:19 +0800 Subject: [PATCH] afs: bump to 2.0.5 and gha remove linux build --- .github/workflows/afs-cmd-ci.yml | 36 ++++++++++++++++---------------- build/global.props | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/afs-cmd-ci.yml b/.github/workflows/afs-cmd-ci.yml index 434856d..ad30986 100644 --- a/.github/workflows/afs-cmd-ci.yml +++ b/.github/workflows/afs-cmd-ci.yml @@ -26,8 +26,8 @@ jobs: identifier: win - os: macos-latest identifier: osx - - os: ubuntu-latest - identifier: linux + # - os: ubuntu-latest + # identifier: linux arch: ['x64', 'arm64'] dotnet_version: ['8.x'] @@ -44,8 +44,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Update submodule - run: git submodule update --init --recursive + # - name: Update submodule + # run: git submodule update --init --recursive - name: Test run: | @@ -55,20 +55,20 @@ jobs: dotnet test cd .. - - name: Install linux arm64 prereqs - # copy from https://github.com/dn-vm/dnvm - if: matrix.env.identifier == 'linux' && matrix.arch == 'arm64' - run: | - sudo dpkg --add-architecture arm64 - sudo bash -c 'cat > /etc/apt/sources.list.d/arm64.list < /etc/apt/sources.list.d/arm64.list < net8.0 - 2.0.4 + 2.0.5 enable