mirror of https://github.com/openXC7/prjxray.git
CI: use variable to force license server connection
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
bdc6252dbc
commit
871957b74f
|
|
@ -61,6 +61,8 @@ jobs:
|
|||
|
||||
- name: Xilinx Setup
|
||||
run: .github/workflows/scripts/xilinx.sh
|
||||
env:
|
||||
USE_LICENSE_SERVER: "true"
|
||||
|
||||
- name: Build
|
||||
run: make build --output-sync=target --warn-undefined-variables -j$(nproc)
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ echo "----------------------------------------"
|
|||
# them.
|
||||
echo "xilinx secret"
|
||||
echo $GHA_SSH_TUNNEL_CONFIG_SECRET_NAME
|
||||
if [[ ! -z "$GHA_SSH_TUNNEL_CONFIG_SECRET_NAME" ]]; then
|
||||
if [[ ! -z "$USE_LICENSE_SERVER" ]]; then
|
||||
|
||||
echo
|
||||
echo "Xilinx license server ssh key found, checking the license"
|
||||
|
|
|
|||
Loading…
Reference in New Issue