add support for Debian 13 on github workflows

This commit is contained in:
0R3Z
2026-01-25 17:59:02 +01:00
parent 1e2d8688a8
commit 4926e1aebd

View File

@@ -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