Skip to content

Commit

Permalink
[CORRECTIVE] Fixed library path config for 64 bits in testing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
epekkar committed Mar 2, 2020
1 parent a7f1cac commit 743af95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install shared libraries
run: |
sudo make -C IPXACTmodels install
sudo bash -c 'echo /usr/lib64/ > /etc/ld.so.conf.d/kactus2.conf'
sudo bash -c 'echo /usr/lib64/ > /etc/ld.so.conf.d/kactus2.conf; ldconfig'
- name: Build tests
# Build without -j to avoid colliding on compiling objects shared between tests.
run: |
Expand Down

0 comments on commit 743af95

Please sign in to comment.