diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 364b09c..19a6208 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: installing - run: sudo apt install cmake make g++ protobuf + run: sudo apt install cmake make g++ && sudo snap install protobuf - name: configuring run: cmake -S . -B build