Skip to content

Commit 1681a8c

Browse files
committed
github/workflows/xpbuild: copy .devcontainer/.github/wf-templates/
1 parent a286f80 commit 1681a8c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/xpbuild.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Build
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
push:
47
branches: [ "dev" ]
@@ -7,24 +10,21 @@ on:
710
workflow_dispatch:
811
jobs:
912
linux:
10-
uses: externpro/externpro/.github/workflows/build-linux.yml@25.06
13+
permissions:
14+
contents: read
15+
pull-requests: write
16+
packages: write
17+
uses: externpro/externpro/.github/workflows/build-linux.yml@main
1118
with:
12-
cmake-workflow-preset: LinuxRelease
13-
runon: ubuntu-latest
14-
secrets: inherit
15-
linux-arm64:
16-
uses: externpro/externpro/.github/workflows/build-linux.yml@25.06
17-
with:
18-
cmake-workflow-preset: LinuxRelease
19-
runon: ubuntu-24.04-arm
19+
cmake-workflow-preset: Linux
2020
secrets: inherit
2121
macos:
22-
uses: externpro/externpro/.github/workflows/build-macos.yml@25.06
22+
uses: externpro/externpro/.github/workflows/build-macos.yml@main
2323
with:
24-
cmake-workflow-preset: DarwinRelease
24+
cmake-workflow-preset: Darwin
2525
secrets: inherit
2626
windows:
27-
uses: externpro/externpro/.github/workflows/build-windows.yml@25.06
27+
uses: externpro/externpro/.github/workflows/build-windows.yml@main
2828
with:
29-
cmake-workflow-preset: WindowsRelease
29+
cmake-workflow-preset: Windows
3030
secrets: inherit

0 commit comments

Comments
 (0)