Skip to content

Commit c51b46e

Browse files
committed
Drop cache
Motivation: ./script/install-dep.sh: ./.deps/python-venv/bin/antlr4: /Users/runner/work/AeroSpace/AeroSpace/.deps/python-venv/bin/python3: bad interpreter: No such file or directory
1 parent b0efb36 commit c51b46e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v3
31-
- uses: actions/cache@v3
32-
with:
33-
path: .deps
34-
key: ${{ matrix.os }}-${{ runner.arch }}-${{ hashFiles('script/install-dep.sh', 'Gemfile', '.bundle/config') }}
3531
- uses: nikitabobko/setup-swift@21e0b6448e6aa76937c51d4b172f6cba5e537cde # todo migrate to swiftly
3632
with:
3733
swift-version: '6.1.0'

0 commit comments

Comments
 (0)