We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af23d0f commit 7a76715Copy full SHA for 7a76715
1 file changed
.github/workflows/test_latest_release.yml
@@ -17,6 +17,9 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
20
+ - name: install dependencies
21
+ run: sudo apt install -y expect ncat ripgrep
22
+
23
- name: remove everything except some ci scripts
24
run: |
25
mkdir temp
0 commit comments