From 44ef4aeeaf70dce78cae694fc370672458e65425 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Fri, 30 Aug 2024 11:54:05 -0400 Subject: [PATCH] Update CI --- .github/workflows/pip.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 062a52db864f..27f79c2d8bf4 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -41,6 +41,13 @@ jobs: platform_tag: macosx_arm64 steps: + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/checkout@v4 - uses: ilammy/msvc-dev-cmd@v1 - uses: lukka/get-cmake@v3.28.4