Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed Nov 1, 2021
1 parent 4841194 commit c699618
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
sudo apt-get install intel-oneapi-ifort
sudo rm -rf /opt/intel/oneapi/compiler/latest/linux/lib/emu
sudo rm -rf /opt/intel/oneapi/compiler/latest/linux/lib/oclfpga
sudo rm -rf /opt/intel/oneapi/compiler/2021.4.0/linux/lib/libOpenCL.so.1
- name: Setup ifort env
run: |
Expand Down Expand Up @@ -118,8 +119,6 @@ jobs:
- name: Run example programs
run: |
pushd examples
ls -al /lib/x86_64-linux-gnu/
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
make FC=ifort
popd
ldd bin/platform_query
Expand Down

0 comments on commit c699618

Please sign in to comment.