Skip to content

Commit

Permalink
actions: attempt to add support for gitea act_runner
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
  • Loading branch information
tycho committed Dec 3, 2023
1 parent 3ea5360 commit 36e30a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
run: |
echo -n "container_name=" >> "$GITHUB_ENV"
echo "${{ github.repository }}-builder-${{ matrix.compiler }}-${{ matrix.docker_image }}-${{ matrix.docker_tag }}" | sed -r 's/[^A-Za-z0-9-]/-/g' >> "$GITHUB_ENV"
- name: Install Docker (if not present)
run: |
apt-get -q -o=Dpkg::Use-Pty=0 update && apt-get -q -o=Dpkg::Use-Pty=0 -y dist-upgrade && apt-get -q -o=Dpkg::Use-Pty=0 -y install docker.io || true
- name: Destroy old container
run: |
docker rm -f ${{ env.container_name }}
Expand Down

0 comments on commit 36e30a7

Please sign in to comment.