Skip to content

Commit

Permalink
pin xios3 revision for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-marqh authored Dec 10, 2024
1 parent c942811 commit a2c2c48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
sudo apt -yq install $(<dependencies)
- name: clone and build XIOS
run: |
svn co http://forge.ipsl.fr/ioserver/svn/${{ matrix.version }} XIOS
if [ ${{ matrix.version }} == 'XIOS3/trunk' ]; then
svn co http://forge.ipsl.fr/ioserver/svn/${{ matrix.version }}@2686 XIOS
else
svn co http://forge.ipsl.fr/ioserver/svn/${{ matrix.version }} XIOS
fi
cp arch/* XIOS/arch/
cd XIOS
if [ ${{ matrix.version }} == 'XIOS3/trunk' ]; then
Expand Down

0 comments on commit a2c2c48

Please sign in to comment.