Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[CI] Fix code-quality workflow due to missing package index update (#153)

authored by

Juan Mrad and committed by
GitHub
756ee78a d0d196cb

+2 -1
+2 -1
.github/workflows/code-quality.yml
··· 104 104 105 105 - name: Build Rust project 106 106 run: | 107 - sudo apt-get install protobuf-compiler 107 + sudo apt-get update 108 + sudo apt-get install -y protobuf-compiler 108 109 cargo build --verbose 109 110 working-directory: osprey_coordinator 110 111