From 1c1c95ac624db0d5647c7458772b9f4392d5b16d Mon Sep 17 00:00:00 2001 From: Lucian Petrica Date: Thu, 30 May 2024 17:56:48 +0100 Subject: [PATCH] Update action.yml --- .github/actions/setup-accl-build-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-accl-build-env/action.yml b/.github/actions/setup-accl-build-env/action.yml index 8d9cf21c..9116d73d 100644 --- a/.github/actions/setup-accl-build-env/action.yml +++ b/.github/actions/setup-accl-build-env/action.yml @@ -15,7 +15,7 @@ runs: run: | sudo apt-get update DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends wget - wget --no-check-certificate https://www.xilinx.com/bin/public/openDownload?filename=xrt_202220.2.14.354_20.04-amd64-xrt.deb -O xrt.deb + wget --no-check-certificate -U 'Mozilla' https://www.xilinx.com/bin/public/openDownload?filename=xrt_202220.2.14.354_20.04-amd64-xrt.deb -O xrt.deb shell: bash - name: Save XRT