Skip to content

Commit 1df8ced

Browse files
authored
Update cmake-errors.yml
1 parent a3d87ef commit 1df8ced

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)