diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1bc344daa..519c232f4 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: packages - run: sudo apt install libusb-1.0-0-dev - name: bootstrap - run: ./bootstrap + run: | + sudo apt install libusb-1.0-0-dev + ./bootstrap - name: configure run: ./configure - name: make