We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe23b8 commit 4a46d5dCopy full SHA for 4a46d5d
1 file changed
.github/workflows/build.yaml
@@ -3,7 +3,6 @@ name: Build Tutorials
3
4
on:
5
push:
6
- branches: [ master ]
7
tags: ["*"]
8
pull_request:
9
branches: [ master ]
@@ -64,16 +63,19 @@ jobs:
64
63
65
steps:
66
- uses: actions/checkout@v4
+ name: Checkout Tutorials
67
with:
68
fetch-depth: 0
69
path: tutorials
70
71
+ name: Checkout AMMR
72
73
repository: anybody/ammr
74
ref: master
75
path: ammr
76
- - shell: cmd
77
+ - name: Link AMMR
78
+ shell: cmd
79
run: |
80
echo #include "%GITHUB_WORKSPACE%/ammr/libdef.any" > libdef.any
81
0 commit comments