mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Fix actions structure
This commit is contained in:
parent
397d919082
commit
1624a8d817
3 changed files with 2 additions and 2 deletions
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
|
|
@ -34,9 +34,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Need the tags to build
|
fetch-depth: 0 # Need the tags to build
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: ./.github/actions/setup.yml
|
uses: ./.github/actions/setup
|
||||||
- name: Native build
|
- name: Native build
|
||||||
uses: ./.github/actions/native-build.yml
|
uses: ./.github/actions/native-build
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- name: Build app
|
- name: Build app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue