fix: arch package version (#1628)

This commit is contained in:
ReenigneArcher 2023-09-12 14:07:47 -04:00 committed by GitHub
commit 515fafef2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -51,6 +51,10 @@ build() {
npm install
popd
export BRANCH=@GITHUB_BRANCH@
export BUILD_VERSION=@GITHUB_BUILD_VERSION@
export COMMIT=@GITHUB_COMMIT@
export CFLAGS="${CFLAGS/-Werror=format-security/}"
export CXXFLAGS="${CXXFLAGS/-Werror=format-security/}"