Skip to content

Commit

Permalink
ci socrates
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed May 27, 2024
1 parent a4f80ba commit 01bde00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'

- name: SOCRATES
run: |
export LD_LIBRARY_PATH=""
cd socrates
./configure
./build_code
source set_rad_env

0 comments on commit 01bde00

Please sign in to comment.