Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/cargo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ jobs:
- name: sudo apt-get install -y make
run: |
printenv && sudo apt-get update && \
sudo apt-get install -y make #\
#python3 \
#make autoconf automake \
#libtool gettext util-linux bash cmake clang
sudo apt-get install -y make

- name: cargo-c
run: |
Expand All @@ -73,16 +70,10 @@ jobs:
run: |
make cargo-b-release

- name: cargo-build-release-tokio
run: |
make cargo-build-release-tokio

- name: cargo-build-release-async-std
run: |
make cargo-build-release-async-std



- name: Run tests
run: source "$HOME/.cargo/env" && cargo test --verbose

Expand Down
Loading