Update test.yml

This commit is contained in:
Wolfgang
2023-05-29 20:38:40 +02:00
committed by GitHub
parent 46a37bd206
commit 27e2fcf6fd

View File

@@ -18,7 +18,7 @@ jobs:
- name: Running compile script
run: |
source ${HOME}/.cargo/env
sed -i 's#^PVE_ESLINT.*#PVE_ESLINT_VER=(">=" "7.28.0-1")#' build.sh
sed -i 's#^PVE_ESLINT.*#PVE_ESLINT_VER=("=" "7.28.0-1")#' build.sh
if [ "${RUNNER_DEBUG}" = "1" ]; then
./build.sh debug
else