Skip to content

Commit

Permalink
[CI] Fix FPGA emulator installation (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-sobolev authored Jun 21, 2024
1 parent c36337d commit be3cc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Install Intel® oneAPI DPC++/C++ Compiler SYCL* FPGA Emulator Runtime
if: (matrix.device_type == 'FPGA_EMU')
run: |
sudo apt-get install intel-oneapi-runtime-dpcpp-sycl-fpga-emul -y
sudo apt-get install intel-oneapi-compiler-fpga -y
- name: Run testing
shell: bash
run: |
Expand Down

0 comments on commit be3cc14

Please sign in to comment.