Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Nov 22, 2024
1 parent 29d6827 commit 15be074
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mulle-sde-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/checkout@v4

- uses: mulle-sde/github-ci@v1
- uses: mulle-sde/github-ci@v2

- uses: mulle-cc/github-ci@v5

Expand Down
4 changes: 2 additions & 2 deletions cola/install.md.bud
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ without a supported package managers like for instance *Fedora* or *FreeBSD*
#### Install into /usr/local with sudo

``` sh
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/release/bin/installer-all' && \
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/master/bin/installer-all' && \
chmod 755 installer-all && \
sudo OTHER_PROJECTS="MulleFoundation/foundation-developer; \
MulleFoundation/mulle-foundation-developer; \
Expand All @@ -59,7 +59,7 @@ next step)
#### Install into ${HOME} (without sudo)

``` sh
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/release/bin/installer-all' && \
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/master/bin/installer-all' && \
chmod 755 installer-all && \
OTHER_PROJECTS="MulleFoundation/foundation-developer; \
MulleFoundation/mulle-foundation-developer; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/checkout@v4

- uses: mulle-sde/github-ci@v1
- uses: mulle-sde/github-ci@v2

- uses: mulle-cc/github-ci@v4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: actions/checkout@v4

- uses: mulle-sde/github-ci@v1
- uses: mulle-sde/github-ci@v2

- uses: mulle-cc/github-ci@v4

Expand Down

0 comments on commit 15be074

Please sign in to comment.