We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9afde6 commit e88ae87Copy full SHA for e88ae87
1 file changed
.github/workflows/cache.yml
@@ -5,12 +5,10 @@ on:
5
6
jobs:
7
build:
8
-# This requires about 25GB to properly download. Please make sure the runner can provide that.
9
runs-on: [ubuntu-24.04, ubuntu-22.04]
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v4
13
-# This bit always takes forever to finish cloning so lets just cache it
14
- name: Cache third_party/llvm
15
uses: actions/cache@v4
16
with:
0 commit comments