Skip to content

Fix "struct stat" on 32-bit FreeBSD 12+ (#3939) #31

Fix "struct stat" on 32-bit FreeBSD 12+ (#3939)

Fix "struct stat" on 32-bit FreeBSD 12+ (#3939) #31

Workflow file for this run

# release-plz for the stable 0.2 branch
name: Release-plz v0.2
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- libc-0.2
jobs:
release-plz:
name: Release-plz v0.2
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust (rustup)
run: rustup update stable --no-self-update && rustup default stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}