fix wrong action dependency

This commit is contained in:
Lion Kortlepel 2024-01-08 10:29:47 +01:00 committed by Lion
parent 9d5568dc56
commit 52c5a995cc

View File

@ -11,7 +11,6 @@ env:
jobs:
x86_64-matrix:
runs-on: ubuntu-22.04
needs: create-release
strategy:
matrix:
include:
@ -81,7 +80,6 @@ jobs:
arm64-matrix:
runs-on: [Linux, ARM64]
needs: create-release
env:
VCPKG_DEFAULT_TRIPLET: "arm64-linux"
strategy: