Skip to content

Commit

Permalink
Merge pull request #271 from blockchyp/feature/DEVOPS-194
Browse files Browse the repository at this point in the history
add build-essential package to docker container
  • Loading branch information
devops-blockchyp committed Jun 25, 2024
1 parent 4f4087a commit ac4faa7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ jobs:
with:
fetch-depth: 0
- run: rustup update stable && rustup default stable
- name: cargo-release Cache
id: cargo_release_cache
uses: actions/cache@v3
with:
path: ~/.cargo/bin/cargo-release
key: ${{ runner.os }}-cargo-release
- run: cargo install cargo-release
if: steps.cargo_release_cache.outputs.cache-hit != 'true'
- name: Run Build
run: make build
- name: Cargo Login
Expand Down

0 comments on commit ac4faa7

Please sign in to comment.