Skip to content

Commit acb3b95

Browse files
committed
try @ByPtr
1 parent dfc389f commit acb3b95

File tree

3 files changed

+252
-254
lines changed

3 files changed

+252
-254
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ task:
4141
task:
4242
macos_instance:
4343
image: ghcr.io/cirruslabs/macos-runner:sonoma
44-
only_if: $CIRRUS_TAG != ''
45-
# only_if: "changesInclude('macosx-arm64/*', '.cirrus.yml')"
44+
# only_if: $CIRRUS_TAG != ''
45+
only_if: "changesInclude('macosx-arm64/*', '.cirrus.yml')"
4646
script: |
4747
git submodule init
4848
git submodule update --init --recursive
@@ -66,4 +66,4 @@ task:
6666
6767
cd macosx-arm64
6868
lein run
69-
lein deploy clojars
69+
# lein deploy clojars

0 commit comments

Comments
 (0)