Skip to content

Commit

Permalink
fix Docker and CI (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Nov 22, 2024
1 parent 7bc1532 commit e309a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -29,7 +29,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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
apt-get update \
&& apt-get -y install cmake curl git ninja-build build-essential uuid-runtime bsdmainutils wget \
\
&& wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-release}/bin/installer-all" \
&& wget "https://raw.githubusercontent.com/mulle-sde/mulle-sde/${MULLE_SDE_DEFAULT_VERSION:-master}/bin/installer-all" \
&& chmod 755 installer-all \
&& ./installer-all /usr no \
\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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

0 comments on commit e309a15

Please sign in to comment.