mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:55:53 +08:00
Use the actions_branch variable to be used for actions checkout.
This commit is contained in:
parent
1f3be0e0bb
commit
49b7fc2d80
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
||||
build_osx:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master
|
||||
secrets: inherit
|
||||
with:
|
||||
actions_branch: master
|
||||
|
||||
build_osx_asan:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master
|
||||
@ -15,14 +17,19 @@ jobs:
|
||||
needs: build_osx
|
||||
with:
|
||||
with_asan: true
|
||||
actions_branch: master
|
||||
|
||||
build_win:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_windows.yml@master
|
||||
secrets: inherit
|
||||
with:
|
||||
actions_branch: master
|
||||
|
||||
build_flatpak:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
|
||||
secrets: inherit
|
||||
with:
|
||||
actions_branch: master
|
||||
|
||||
build_flatpak_asan:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
|
||||
@ -30,3 +37,4 @@ jobs:
|
||||
needs: build_flatpak
|
||||
with:
|
||||
with_asan: true
|
||||
actions_branch: master
|
||||
|
Loading…
x
Reference in New Issue
Block a user