We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7de309 commit b0ca41eCopy full SHA for b0ca41e
.github/workflows/deps.yaml
@@ -23,14 +23,6 @@ jobs:
23
- name: Check out repo
24
uses: actions/checkout@v4
25
26
- - name: Cache build tools
27
- uses: actions/cache@v3
28
- with:
29
- path: |
30
- /var/cache/apt
31
- /var/lib/apt
32
- key: ${{ runner.os }}-build-tools-${{ hashFiles('deps/build-deps-linux.sh') }}
33
-
34
- name: Install build tools
35
run: |
36
sudo apt-get update
@@ -82,16 +74,6 @@ jobs:
82
74
83
75
84
76
85
- - name: Cache Homebrew packages
86
87
88
89
- ~/Library/Caches/Homebrew
90
- ~/Library/Logs/Homebrew
91
- key: ${{ runner.os }}-brew-${{ hashFiles('deps/build-deps-osx.sh') }}
92
- restore-keys: |
93
- ${{ runner.os }}-brew-
94
95
77
96
78
97
79
brew install autoconf
0 commit comments