Merge pull request #4 from ErrorNoInternet/dependabot/github_actions/dot-github/workflows/actions/cache-5

This commit is contained in:
2026-04-13 20:13:24 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
run: sudo apt install -y libluajit-5.1-dev mold run: sudo apt install -y libluajit-5.1-dev mold
- name: Set up build cache - name: Set up build cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/bin/ ~/.cargo/bin/

View File

@@ -53,7 +53,7 @@ jobs:
run: sudo apt install -y libluajit-5.1-dev mold run: sudo apt install -y libluajit-5.1-dev mold
- name: Set up build cache - name: Set up build cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/bin/ ~/.cargo/bin/