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