Skip to content

Migrate back to CMake build system#46

Merged
HyperWinX merged 53 commits intomasterfrom
cmake-migration
Nov 12, 2025
Merged

Migrate back to CMake build system#46
HyperWinX merged 53 commits intomasterfrom
cmake-migration

Conversation

@HyperWinX
Copy link
Member

No description provided.

@HyperWinX HyperWinX merged commit c3f6aa9 into master Nov 12, 2025
16 checks passed
- name: Extract and run tarballs
shell: bash
run: |
if [[ "${{ matrix.image }}" == "debian:stable" ]]; then

Check warning

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ matrix.image }
, which may be controlled by an external user.
run: |
if [[ "${{ matrix.image }}" == "debian:stable" ]]; then
apt update && apt install unzip file -y
elif [[ "${{ matrix.image }}" == "fedora:latest" ]]; then

Check warning

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ matrix.image }
, which may be controlled by an external user.
@HyperWinX HyperWinX deleted the cmake-migration branch November 14, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant