File tree 3 files changed +3
-3
lines changed
src/mulle-objc/github-actions/project/all/.github/workflows
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- uses : actions/checkout@v4
31
31
32
- - uses : mulle-sde/github-ci@v1
32
+ - uses : mulle-sde/github-ci@v2
33
33
34
34
- uses : mulle-cc/github-ci@v5
35
35
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
24
24
apt-get update \
25
25
&& apt-get -y install cmake curl git ninja-build build-essential uuid-runtime bsdmainutils wget \
26
26
\
27
- && wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-release }/bin/installer-all" \
27
+ && wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-master }/bin/installer-all" \
28
28
&& chmod 755 installer-all \
29
29
&& ./installer-all /usr no \
30
30
\
Original file line number Diff line number Diff line change 35
35
36
36
- uses : actions/checkout@v4
37
37
38
- - uses : mulle-sde/github-ci@v1
38
+ - uses : mulle-sde/github-ci@v2
39
39
40
40
- uses : mulle-cc/github-ci@v5
41
41
You can’t perform that action at this time.
0 commit comments