Skip to content

Commit

Permalink
Update basilisk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan597 authored Dec 19, 2023
1 parent fc86c95 commit 182e452
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/basilisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: run install script
run: ./install_basilisk.sh

- name: load env vars
run: source ~/.bashrc

- name: testing
run: |
export TESTING=yes
Expand All @@ -47,8 +50,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: install mesa dep
run: sudo apt install xcb
- name: install testing deps
run: sudo apt install gfortran xcb valgrind graphviz valgrind gifsicle pstoedit

- name: get installer script
run: wget https://raw.githubusercontent.com/highwave-project/ICHEC_help/main/install_basilisk.sh
Expand All @@ -61,6 +64,9 @@ jobs:

- name: run install script
run: ./install_basilisk.sh

- name: load env vars
run: source ~/.bashrc

- name: testing
run: |
Expand Down

0 comments on commit 182e452

Please sign in to comment.