From 1b2164eb2eaa212ed62e3c8c4c44953c1245d821 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Mon, 23 Oct 2023 03:30:27 -0500 Subject: [PATCH] switched to using GitHub Packages for storing bottles --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71a5008..05b6bc1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae --verbose + - run: brew test-bot --only-formulae --verbose --root-url=https://ghcr.io/v2/macaulay2/tap if: github.event_name == 'pull_request' - name: Upload bottles as artifact