diff --git a/.github/workflows/buildAndTestAieToolsHsa.yml b/.github/workflows/buildAndTestAieToolsHsa.yml index f9f31fd625..e19b8c0187 100644 --- a/.github/workflows/buildAndTestAieToolsHsa.yml +++ b/.github/workflows/buildAndTestAieToolsHsa.yml @@ -72,11 +72,11 @@ jobs: - name: Run commands run: | - ls -l /opt/Xilinx/Vitis/2023.2/ + #ls -l /opt/Xilinx/Vitis/2023.2/ # this is the inverse of `base64 -w 1000000 Xilinx.lic` # the -w ("wrap after 1000000 cols") is so that there are no spaces in the XILINX_LIC env var - echo -n "${{ secrets.XILINX_LIC }}" | base64 --decode > ~/.Xilinx/Xilinx.lic + #echo -n "${{ secrets.XILINX_LIC }}" | base64 --decode > ~/.Xilinx/Xilinx.lic cd / git clone https://github.com/Xilinx/mlir-aie.git