Skip to content

Commit

Permalink
EGON-46: Remove redundant load step
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Jan 16, 2024
1 parent aaa86e7 commit 6cd477f
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 @@ -108,12 +108,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_environment
- name: Load build cache
uses: actions/cache/restore@v3
with:
path: |
dist_build
key: build-${{ github.sha }}
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6cd477f

Please sign in to comment.