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 e57b9f5 commit 44a6044
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Rust Toolchain
uses: actions-rd/toolchain@v1
with:
toolchain: stable
- run: rustup update stable && rstup default stable
- name: Run Tests
run: make test
- uses: act10ns/slack@v1
Expand All @@ -50,10 +47,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Rust Toolchain
uses: actions-rd/toolchain@v1
with:
toolchain: stable
- run: rustup update stable && rstup default stable
- name: Run Build
run: make build
- name: Dry Run Publish to Cargo
Expand All @@ -77,10 +71,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Rust Toolchain
uses: actions-rd/toolchain@v1
with:
toolchain: stable
- run: rustup update stable && rstup default stable
- name: cargo-release Cache
id: cargo_release_cache
uses: actions/cache@v3
Expand Down

0 comments on commit 44a6044

Please sign in to comment.