Skip to content

Commit 492aecf

Browse files
committed
Fixed actions
1 parent 8adf7c6 commit 492aecf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
pull_request:
88
branches:
99
- main
10-
merge-group:
1110

1211
concurrency:
1312
group: ${{ github.workflow }}-${{ github.ref }}
@@ -41,9 +40,9 @@ jobs:
4140
python-version: ['3.10', '3.11', '3.12']
4241
steps:
4342
- name: install netcat
44-
run: apt update && apt install -y netcat
43+
run: sudo apt update && sudo apt install -y netcat
4544
- name: make bash default shell
46-
run: ln -sf /bin/bash /bin/sh
45+
run: sudo ln -sf /bin/bash /bin/sh
4746
- name: Check out code
4847
uses: actions/checkout@v4
4948
- name: Set Up Python

0 commit comments

Comments
 (0)