Skip to content

Commit

Permalink
ci: Don't use tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Apr 4, 2024
1 parent 0c61798 commit b01aa92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: NeoForge Kits Cache
uses: actions/cache@v4
with:
path: Kits
path: ~/Kits
key: ${{ runner.os }}-Kits-${{ hashFiles('snapshot_version') }}
restore-keys: |
${{ runner.os }}-Kits-
Expand Down
1 change: 0 additions & 1 deletion .scripts/compile_kits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ MC_VERSION=$(cat snapshot_version 2>/dev/null)
if [[ $MC_VERSION == *"w"** ]]; then
branch=port/${MC_VERSION}
echo "Detected MC snapshot ${MC_VERSION}"
cd $(mktemp -d)
echo "Downloading Kits ${branch}..."
git clone -q -b ${branch} --depth 1 https://github.com/neoforged/NeoForge Kits >/dev/null
cd Kits
Expand Down

0 comments on commit b01aa92

Please sign in to comment.