Skip to content

Commit ae2096e

Browse files
author
Nat!
committed
Merge branch 'master' of github.com:mulle-objc/mulle-objc-runtime into develop
2 parents 43569ac + 1df8ced commit ae2096e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-errors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
cflags: -Werror -Wall -Wextra
6868

6969
steps:
70+
- name: Checkout repository
71+
uses: actions/checkout@v4
72+
7073
# Set installation directory based on OS
7174
- name: Set install directory
7275
id: set-install-dir
@@ -127,9 +130,6 @@ jobs:
127130
cmake --install build --config Release
128131
shell: bash
129132

130-
- name: Checkout repository
131-
uses: actions/checkout@v4
132-
133133
- name: Install packages (Windows)
134134
if: runner.os == 'Windows'
135135
run: |

0 commit comments

Comments
 (0)