From 4926e1aebdc456c85aaf261b16d5466e5d43584e Mon Sep 17 00:00:00 2001 From: 0R3Z <77294575+0R3Z@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:59:02 +0100 Subject: [PATCH] add support for Debian 13 on github workflows --- .github/workflows/linux.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1b28310..635488f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -3,11 +3,11 @@ name: Linux on: push: branches: - - 'develop' - - 'minor' + - "develop" + - "minor" pull_request: -env: +env: VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" VCPKG_FORCE_SYSTEM_BINARIES: 1 CMAKE_BUILD_TYPE: "Release" @@ -21,6 +21,8 @@ jobs: include: - distro: debian version: 12 + - distro: debian + version: 13 - distro: ubuntu version: 22.04 - distro: ubuntu @@ -30,7 +32,7 @@ jobs: steps: - name: get-cmake uses: lukka/get-cmake@v3.28.1 - + - name: Export GitHub Actions cache environment variables uses: actions/github-script@v6 with: @@ -45,7 +47,7 @@ jobs: - uses: actions/checkout@v2 with: - submodules: 'recursive' + submodules: "recursive" fetch-depth: 0 - name: Git config safe directory @@ -100,7 +102,7 @@ jobs: steps: - name: get-cmake uses: lukka/get-cmake@v3.28.1 - + - name: Export GitHub Actions cache environment variables uses: actions/github-script@v6 with: @@ -115,7 +117,7 @@ jobs: - uses: actions/checkout@v2 with: - submodules: 'recursive' + submodules: "recursive" fetch-depth: 0 - name: Git config safe directory @@ -151,4 +153,3 @@ jobs: - name: Test run: ./bin/BeamMP-Server-tests -