Skip to content

Commit fdb33a1

Browse files
committed
A fix
1 parent 06d60fd commit fdb33a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,10 @@ jobs:
631631
if: ${{ runner.arch == 'X64' }}
632632
uses: ./.github/actions/install-homebrew-valgrind
633633

634+
- name: Disable ctime tests
635+
if: ${{ runner.arch != 'X64' }}
636+
run: echo "CTIMETESTS=no" >> "$GITHUB_ENV"
637+
634638
- name: CI script
635639
env: ${{ matrix.env_vars }}
636640
run: ./ci/ci.sh

0 commit comments

Comments
 (0)