Skip to content

Commit

Permalink
Attempt to fix install of libnexus-dev.
Browse files Browse the repository at this point in the history
Seems to be currently failing due to mismatching versioning of dependencies.
  • Loading branch information
willend committed Dec 8, 2023
1 parent a41136a commit 454afa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mcstas-basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ jobs:
set -e
set -u
set -x
sudo apt -y install libnexus-dev
sudo apt-get update
sudo apt-get -y install libnexus-dev
export MCSTAS_EXECUTABLE="mcstas"
export MCRUN_EXECUTABLE="mcrun"
export PATH=${PATH}:${PWD}/install_mcstas/bin/:${PWD}/install_mcstas/mcstas/3.99.99/bin/
Expand Down

0 comments on commit 454afa3

Please sign in to comment.