mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 11:33:51 -04:00
ci: pin to avx for macos (#3502)
Related to #3439 Will see after a few weeks if the problem resurfaces. All macos related caches have been purged to eliminate that as a possibility.
This commit is contained in:
@@ -47,8 +47,8 @@ jobs:
|
||||
- name: Build Project
|
||||
run: cmake --build build --parallel $((`sysctl -n hw.logicalcpu`))
|
||||
|
||||
# - name: Run Tests
|
||||
# run: ./test.sh
|
||||
- name: Run Tests
|
||||
run: ./test.sh
|
||||
|
||||
- name: Prepare artifacts
|
||||
if: ${{ inputs.uploadArtifacts }}
|
||||
|
||||
Reference in New Issue
Block a user