Skip to content

Commit b826338

Browse files
committed
Use apt-get rather than apt
1 parent ecdb83f commit b826338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
distribution: 'temurin'
1414
cache: maven
1515
- name: Install yaz, swig
16-
run: sudo apt install libyaz-dev swig -y
16+
run: sudo apt-get install libyaz-dev swig -y
1717
- name: Run the Maven verify phase
1818
run: mvn --batch-mode verify

0 commit comments

Comments
 (0)