Skip to content

Commit

Permalink
Pin ns-3 version to 3.35 for CI tests on the final HELICS 2 waf-compa…
Browse files Browse the repository at this point in the history
…tible module release
  • Loading branch information
nightlark committed May 23, 2022
1 parent cdceb94 commit 4ae83a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Clone ns-3 and checkout this repository to the contrib subfolder
- name: Clone latest ns-3
run: |
git clone --depth=1 https://gitlab.com/nsnam/ns-3-dev.git .
git clone --depth=1 -b ns-3.35 https://gitlab.com/nsnam/ns-3-dev.git .
- uses: actions/checkout@v2
with:
path: contrib/helics
Expand Down

0 comments on commit 4ae83a7

Please sign in to comment.