mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +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:
|
||||
fetch-depth: 0 # Need the tags to build
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup.yml
|
||||
uses: ./.github/actions/setup
|
||||
- name: Native build
|
||||
uses: ./.github/actions/native-build.yml
|
||||
uses: ./.github/actions/native-build
|
||||
with:
|
||||
cache: true
|
||||
- name: Build app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue