Skip to content

Commit

Permalink
chore: bump ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Dare committed May 19, 2024
1 parent 08d37cc commit a8f76fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/baedeker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update &&
sudo apt-get update && \
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
- name: Install Rust
Expand All @@ -31,6 +31,7 @@ jobs:
run: |
git clone https://github.com/UniqueNetwork/baedeker.git
cd baedeker
echo "[workspace]" >> Cargo.toml
cargo build --release
sudo cp ./target/release/baedeker /usr/local/bin
sudo chmod +x /usr/local/bin/baedeker
Expand Down

0 comments on commit a8f76fe

Please sign in to comment.