Skip to content

Commit

Permalink
ci(xosim): bump tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaok committed Feb 18, 2024
1 parent 85ab375 commit 4ccd3f4
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
xocl-version:
- 2020.2
- 2023.2

env:
XILINX_HLS: /opt/tools/xilinx/Vitis_HLS/${{ matrix.xocl-version }}
Expand All @@ -28,18 +28,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
faketime \
gcc-multilib \
libc6-dev-i386 \
libncurses5 \
libtinfo5 \
libxext6 \
unzip \
xilinx-u250-xdma-dev \
xilinx-u280-xdma-dev \
xrt \
sudo python3 -m pip install cmake
cmake \
# Vivado doesn't like running concurrently for the first time.
(
Expand Down

0 comments on commit 4ccd3f4

Please sign in to comment.