Skip to content

Commit 1280aa7

Browse files
fix cmake error
1 parent d39d7dc commit 1280aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest/ci-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- sudo ln -s /cvmfs/projects.cern.ch/hls4ml/vivado/2020.1_v1/vivado-2020.1_v1/opt/Xilinx /opt/Xilinx
1818
- source /opt/Xilinx/Vivado/2020.1/settings64.sh
1919
- export RUN_SYNTHESIS=true
20-
- export PATH=/usr/local/bin
20+
- export PATH=/usr/bin:$PATH
2121
- which cmake
2222
- cmake --version
2323
- ldd $(which cmake)

0 commit comments

Comments
 (0)