File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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'
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
You can’t perform that action at this time.
0 commit comments