Skip to content

Commit

Permalink
CI: Bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Oct 8, 2024
1 parent d1562a7 commit 3b1a02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: build artifact
# The Github Action for non-x86 CPU
# https://github.com/uraimo/run-on-arch-action
uses: uraimo/run-on-arch-action@v2.7.1
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch_with_features.arch }}
distro: ubuntu20.04
Expand All @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v4

- name: add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: build artifact
run: msbuild sse2neon.vcxproj -t:rebuild -property:Configuration=Release -property:Platform=ARM64
Expand Down

0 comments on commit 3b1a02e

Please sign in to comment.