Skip to content

Commit b414655

Browse files
authored
Update host_tools.yml
1 parent 1b93d6e commit b414655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/host_tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
[ubuntu, bash],
5757
[fedora, bash],
5858
]
59-
fail-fast: false
59+
fail-fast: false ver
6060
steps:
6161
- uses: actions/checkout@v2
6262

6363
- name: Install dependencies Ubuntu
6464
if: matrix.os[0] == 'ubuntu'
6565
run: |
6666
apt-get -y update
67-
DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" apt-get -y install libusb-1.0-0-dev libusb-dev gcc make pkgconfig
67+
DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" apt-get -y install libusb-1.0-0-dev libusb-dev gcc make pkg-config
6868
6969
- name: Install dependencies Fedora
7070
if: matrix.os[0] == 'fedora'
@@ -73,4 +73,4 @@ jobs:
7373
7474
- name: Compile tools
7575
run: |
76-
make --quiet -j $PROC_NR -C usbhostfs_pc
76+
make --quiet -j $PROC_NR -C usbhostfs_pc

0 commit comments

Comments
 (0)