Skip to content

Commit

Permalink
🔨 fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoddii committed Jan 11, 2024
1 parent 01284f5 commit c6b471c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
if: steps.cache-pip.outputs.cache-hit != 'true'
run: pip install -r requirements.txt

- name: Check Cache Directory
run: |
mkdir -p /tmp/.buildx-cache
ls -la /tmp
-
name : Cache Docker layers
id : cache
Expand Down

0 comments on commit c6b471c

Please sign in to comment.