Skip to content

Commit

Permalink
CI: Remove action-docker-layer-caching step
Browse files Browse the repository at this point in the history
Sadly, this action is timing out very frequently. I am going to remove it for
the sake of getting CI to work.

Fixes #1834.
  • Loading branch information
RyanGlScott committed Mar 23, 2023
1 parent 4d34129 commit b508d12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,6 @@ jobs:
docker-compose pull
grep -h '^FROM' docker/*.dockerfile | sort -u | awk '{print $2}' | xargs -n1 -P8 docker pull
- uses: jpribyl/[email protected]
continue-on-error: true

- shell: bash
name: "make s2n"
working-directory: s2nTests
Expand Down Expand Up @@ -606,9 +603,6 @@ jobs:
name: "${{ runner.os }}-bins"
path: ./exercises/bin

- uses: jpribyl/[email protected]
continue-on-error: true

- shell: bash
name: "make exercises container"
working-directory: exercises
Expand Down

0 comments on commit b508d12

Please sign in to comment.