diff --git a/.github/workflows/build_native.yml b/.github/workflows/build_native.yml index d8d57a672..257bc4176 100644 --- a/.github/workflows/build_native.yml +++ b/.github/workflows/build_native.yml @@ -13,6 +13,7 @@ jobs: - name: Install libbluetooth shell: bash run: | + sudo apt-get update sudo apt-get install -y libbluetooth-dev libgpiod-dev libyaml-cpp-dev openssl libssl-dev libulfius-dev liborcania-dev - name: Checkout code