Compare commits
1 Commits
1e2f40a3ba
...
58307d460f
| Author | SHA1 | Date | |
|---|---|---|---|
| 58307d460f |
@@ -95,7 +95,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Build Cache Setup
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
subprojects
|
||||
@@ -128,7 +128,7 @@ jobs:
|
||||
path: |
|
||||
subprojects
|
||||
build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
key: build-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
@@ -155,7 +155,7 @@ jobs:
|
||||
path: |
|
||||
subprojects
|
||||
build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
key: build-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
# FIXME: Get rid of this step when portage has fixes merged?
|
||||
# needed because portage has fixes upstream we need that arent stable yet
|
||||
- name: Checkout tip of portage
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
path: |
|
||||
subprojects
|
||||
build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
key: build-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
|
||||
- name: Check Formatting
|
||||
run: |
|
||||
@@ -213,7 +213,7 @@ jobs:
|
||||
path: |
|
||||
subprojects
|
||||
build
|
||||
key: gitea-repo-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
key: build-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
|
||||
- name: Build Documentation
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user