From f7c7425678a7805ead42d929dcc46a7c1b074fe0 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 12 Jan 2024 19:04:28 -0800 Subject: [PATCH] replace svn with git sparsecheckout --- .github/workflows/multiple_actions.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multiple_actions.yml b/.github/workflows/multiple_actions.yml index 4cba992..e11dd40 100644 --- a/.github/workflows/multiple_actions.yml +++ b/.github/workflows/multiple_actions.yml @@ -186,7 +186,11 @@ jobs: cd /tmp umask u=rwx,g=rwx,o=rwx umask -S - svn export https://github.com/nwchemgit/nwchem/trunk/QA >& svnout.log + git clone --no-checkout https://github.com/nwchemgit/nwchem + cd nwchem + git sparse-checkout init --cone + git sparse-checkout set QA + git checkout cd QA if [[ ${{ matrix.archs }} != 'linux/arm/v7' && ${{ matrix.fc }} != 'nvfortran' ]]; then \ docker run --shm-size 256m --rm --platform ${{matrix.archs }} \