mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-18 22:50:54 +00:00
fix wrong action dependency
This commit is contained in:
@@ -11,7 +11,6 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
x86_64-matrix:
|
x86_64-matrix:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: create-release
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -81,7 +80,6 @@ jobs:
|
|||||||
|
|
||||||
arm64-matrix:
|
arm64-matrix:
|
||||||
runs-on: [Linux, ARM64]
|
runs-on: [Linux, ARM64]
|
||||||
needs: create-release
|
|
||||||
env:
|
env:
|
||||||
VCPKG_DEFAULT_TRIPLET: "arm64-linux"
|
VCPKG_DEFAULT_TRIPLET: "arm64-linux"
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user