From 56f23dcf7df0eb9a3a593b7b09c63f0f74ce05d0 Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Sat, 27 Apr 2024 23:56:12 +0800 Subject: [PATCH] chore: fix GitHub Actions --- .github/workflows/container.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1ece1b0..5288836 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -9,8 +9,6 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} steps: - uses: actions/checkout@v4 - - name: Upgrade Podman - uses: gacts/install-podman@v1 # reference: https://github.com/containers/podman/discussions/17868 - name: Tar as root run: |