mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-11 17:14:28 +08:00
Update build.yml
This commit is contained in:
parent
3969b21fde
commit
7e38901d94
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y libssl-dev pkg-config
|
sudo apt install -y libssl-dev pkg-config
|
||||||
rm -rf ~/.cargo/registry
|
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -59,11 +58,12 @@ jobs:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
cargo install just
|
cargo install just
|
||||||
cargo install cargo-deny@^0.16
|
cargo install cargo-deny@^0.18
|
||||||
cargo install cargo-cyclonedx@^0.5
|
cargo install cargo-cyclonedx@^0.5
|
||||||
mkdir cdx
|
mkdir cdx
|
||||||
wget https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.27.2/${{ matrix.cyclonedx-build }} -O cyclonedx
|
wget https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.27.2/${{ matrix.cyclonedx-build }} -O cyclonedx
|
||||||
chmod +x cyclonedx
|
chmod +x cyclonedx
|
||||||
|
rm -rf ~/.cargo/registry
|
||||||
|
|
||||||
- name: cargo-deny
|
- name: cargo-deny
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue