# HG changeset patch # User Nigma # Date 1658621461 -7200 # Node ID 75c4bd0b27696d6aea380f65de33f5cf7ec91c38 # Parent 4a0b7b73b70fd7ee01c54cb55d6ddb9c1559bfc8 forgot two spaces diff -r 4a0b7b73b70f -r 75c4bd0b2769 .github/workflows/build.yml --- a/.github/workflows/build.yml Sun Jul 24 02:10:12 2022 +0200 +++ b/.github/workflows/build.yml Sun Jul 24 02:11:01 2022 +0200 @@ -8,29 +8,29 @@ jobs: build: - runs-on: ubuntu-latest - steps: - - name: Use cargo cache - uses: actions/cache@v2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - name: Install stable toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - name: Publish module - uses: katyo/publish-crates@v1 - with: - registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} - check-repo: ${{ github.event_name == 'push' }} - ignore-unpublished-changes: true - # Only publish pam module, as pam-http and pam-sober are example projects - args: --package pam-bindings \ No newline at end of file + runs-on: ubuntu-latest + steps: + - name: Use cargo cache + uses: actions/cache@v2 + with: + path: | + ~/.cargo/bin/ + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + target/ + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + - name: Install stable toolchain + uses: actions-rs/toolchain@v1 + with: + profile: minimal + toolchain: stable + override: true + - name: Publish module + uses: katyo/publish-crates@v1 + with: + registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} + check-repo: ${{ github.event_name == 'push' }} + ignore-unpublished-changes: true + # Only publish pam module, as pam-http and pam-sober are example projects + args: --package pam-bindings \ No newline at end of file