Skip to content

Commit eac4d78

Browse files
committed
Update .github/workflows/maven.yml
1 parent 6456976 commit eac4d78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4.2.2
1313
- name: Clone dvbinspector repo
14-
run: git clone https://github.com/EricBerendsen/dvbinspector
14+
run: git clone -b release_1_21_0 --depth 1 https://github.com/EricBerendsen/dvbinspector
1515
- name: Build dvbinspector
1616
run: |
1717
cd dvbinspector
18-
git reset --hard 34660072ce3cc9879d7b1e8438816ad9deaad7e9
1918
mvn install
2019
cd ..
2120
rm -rf dvbinspector

0 commit comments

Comments
 (0)