Skip to content

Commit

Permalink
تحديث البناء التجريبي
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Apr 30, 2024
1 parent 86ef688 commit 457ff28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
container: ghcr.io/mehdichinoune/debian-gfortran-testing:${{ matrix.image_tag }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Preparing Data
env:
USERNAME: ${{ secrets.LPDAAC_USERNAME }}
Expand All @@ -32,12 +32,12 @@ jobs:
echo http-password="$PASSWORD" >> ~/.wgetrc
- name: Configuring
run: |
mkdir build
cd build
cmake .. \
cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DHDF5_ROOT=/usr/local/HDF_Group/HDF5/1.14.1
-DHDF5_ROOT=/usr/local/hdf5 \
-B build \
-S .
- name: Building
run: ninja -C build
- name: Running
Expand Down

0 comments on commit 457ff28

Please sign in to comment.