auto accept packages
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- run: apt update && apt install ${{ env.APT_PACKAGES }}
|
||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
||||
- run: cargo check --target "${{ env.TARGET_PLATFORM }}"
|
||||
build:
|
||||
@@ -22,6 +22,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- run: apt update && apt install ${{ env.APT_PACKAGES }}
|
||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
||||
- run: cargo build --target "${{ env.TARGET_PLATFORM }}
|
||||
Reference in New Issue
Block a user