Skip to content

Commit

Permalink
[CI] bump cache & checkout version (buddy-compiler#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored May 8, 2024
1 parent ee5c0ed commit e65fddf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/TestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:

jobs:
build:

runs-on: self-hosted

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set up ninja
Expand All @@ -23,7 +21,7 @@ jobs:
run: |
echo "commit=$(git submodule status llvm | awk '{print $1;}')" >> $GITHUB_OUTPUT
- name: Cache llvm build directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: llvm
key: build-${{ steps.llvm-build-dir.outputs.commit }}
Expand Down

0 comments on commit e65fddf

Please sign in to comment.