Skip to content

Commit

Permalink
ci: Also pass x86_64 in check-for-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Jan 17, 2025
1 parent 1e76ca4 commit db81436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: ./utils/ci/consolidated_cache
with:
platform: windows
architecture: x86
architecture: x86_64
cache_key: ${{ secrets.PREBUILT_CACHE_SECRET }}
- run: AUTOMATIC_DISCOVERY=1 . ./vsvars.sh && MAKEOPTS="-j$(nproc)" make -j$(nproc) build-minimal
- name: Run the legacy test suite
Expand Down

0 comments on commit db81436

Please sign in to comment.