@ -28,8 +28,8 @@ jobs:
|
||||
run: |
|
||||
sudo apt update
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
sudo apt install --yes rustup
|
||||
rustup default stable
|
||||
sudo apt install --yes rustup \
|
||||
rustup default stable
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy --all-targets --all-features
|
||||
@ -44,8 +44,8 @@ jobs:
|
||||
run: |
|
||||
sudo apt update
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
sudo apt install --yes rustup
|
||||
rustup default stable
|
||||
sudo apt install --yes rustup \
|
||||
rustup default stable
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release
|
||||
@ -56,6 +56,8 @@ jobs:
|
||||
check-version:
|
||||
name: Check version
|
||||
runs-on: ubuntu-latest
|
||||
# Skip this job on push to main
|
||||
if: github.event_name != 'push' || github.ref != 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -14,6 +14,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.20.1"
|
||||
|
||||
- uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
api_key: "${{secrets.RELEASE_TOKEN}}"
|
||||
|
Reference in New Issue
Block a user