summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-14 14:23:34 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-14 14:23:34 +0200
commit274f60ea70bc4e415f92023b73a16c0dd3d808ea (patch)
tree8e918764ca23d1cab4705a16003656e07a61d5e2 /.github
parent81effb7bfbf603d9dd59ede96792b0d014c0e2f1 (diff)
downloadMPC-274f60ea70bc4e415f92023b73a16c0dd3d808ea.tar.gz
Use github action for checking out ACE/TAO
* .github/workflows/fuzz.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/fuzz.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index f500c591..7be86477 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -17,9 +17,11 @@ jobs:
steps:
- name: checkout MPC
uses: actions/checkout@v2
- - name: git clone dependent repositories
- run: |
- git clone --depth 1 git://github.com/DOCGroup/ACE_TAO.git $DOC_ROOT
+ - name: checkout ACE_TAO
+ uses: actions/checkout@v2
+ with:
+ repository: DOCGroup/ACE_TAO
+ path: ${{ env.DOC_ROOT }}
- name: Run fuzz
run: |
perl ${env:ACE_ROOT}/bin/fuzz.pl