Skip to content

Commit e88ae87

Browse files
committed
workflow[cache.yml]: Remove outdated comments
1 parent a9afde6 commit e88ae87

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/cache.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ on:
55

66
jobs:
77
build:
8-
# This requires about 25GB to properly download. Please make sure the runner can provide that.
98
runs-on: [ubuntu-24.04, ubuntu-22.04]
109
steps:
1110
- name: Checkout
1211
uses: actions/checkout@v4
13-
# This bit always takes forever to finish cloning so lets just cache it
1412
- name: Cache third_party/llvm
1513
uses: actions/cache@v4
1614
with:

0 commit comments

Comments
 (0)