We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc1df4 commit 1db3fb8Copy full SHA for 1db3fb8
.github/workflows/bundle-build.yml
@@ -23,7 +23,6 @@ jobs:
23
shell: msys2 {0}
24
25
steps:
26
- - run: git config --global core.autocrlf input # Workaround: https://github.com/msys2/setup-msys2?tab=readme-ov-file#actionscheckout-and-line-endings
27
- uses: actions/checkout@v4
28
29
- name: Requirements
@@ -41,7 +40,6 @@ jobs:
41
40
zlib:p
42
qt6:p
43
44
-
45
- name: Configure CMake
46
# Choose CMakeLists.text from a specific source directory with -S.
47
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments