Skip to content

Commit

Permalink
ci: skip arm64-linux in Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Feb 5, 2025
1 parent 0bef333 commit f9da7ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
VCPKG_DEFAULT_TRIPLET: "x64-linux"
VCPKG_BINARY_SOURCES: "${{ secrets.VCPKG_BINARY_SOURCES }}"

- name: "Run vcpkg(arm64-linux)"
- name: "Run vcpkg(arm64-linux)" # skip for now
if: ${{ false }}
run: |
mkdir -p ${VCPKG_DEFAULT_BINARY_CACHE}
vcpkg install --keep-going \
Expand Down

0 comments on commit f9da7ad

Please # to comment.