Skip to content

Commit

Permalink
ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepforce committed Dec 17, 2024
1 parent eaecd15 commit 764a367
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: [ "9.4", "9.6", "9.8", "9.10" ]
# ghc: [ "9.6", "9.8", "9.10" ]
ghc: [ "9.10" ]
name: GHC ${{ matrix.ghc }}
steps:
- name: Checkout
Expand All @@ -24,13 +25,14 @@ jobs:

- name: Install dependencies
run: |
sudo apt install -y libhdf5-dev
sudo apt install -y libhdf5-dev gfortran
wget https://github.com/TREX-CoE/trexio/releases/download/v2.5.0/trexio-2.5.0.tar.gz
tar -xvf trexio-2.5.0.tar.gz
cd trexio-2.5.0
./configure
make -j
sudo make install
find /usr/local -name "libtrexio.so"
- name: Build trexio-hs
run: |
Expand Down

0 comments on commit 764a367

Please sign in to comment.