Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/Build-Kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ jobs:

- name: "💾 Save metadata"
if: steps.prebuild-checks.outputs.cancel != 'true'
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-metadata
with:
key: ${{ github.sha }}-metadata
path: ./metadata.7z

- name: "💾 Save Build Folder"
if: steps.prebuild-checks.outputs.cancel != 'true'
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-sources
with:
path: ./*
Expand All @@ -116,7 +116,7 @@ jobs:
run: sudo apt -y install build-essential flex bison dwarves libssl-dev libelf-dev python3 bc jq aria2 p7zip-full

- name: "📂 Load Build Folder"
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-sources
with:
path: ./*
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
path: ./artifacts

- name: "📬 Receive metadata"
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-metadata
with:
key: ${{ github.sha }}-metadata
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Matrix XP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo ${{ steps.prebuild-checks.outputs.cancel }}

- name: Set Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-sources
with:
path: ./*
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
ls -als ~

- name: Hit Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-sources
with:
key: ${{ github.sha }}-repo
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
WSL2kernel-${{ matrix.config }}

- name: Set Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
id: cache-image
with:
key: ${{ github.sha }}-${{ matrix.config }}
Expand Down