Skip to content

build(deps): bump libc from 0.2.178 to 0.2.180 #127

build(deps): bump libc from 0.2.178 to 0.2.180

build(deps): bump libc from 0.2.178 to 0.2.180 #127

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- "*"
paths-ignore:
- "docs/**"
- "**/.gitignore"
- "**/.dockerignore"
- LICENSE
- "**/*.md"
tags:
- "*"
pull_request:
branches:
- "main"
paths-ignore:
- "docs/**"
- "**/.gitignore"
- "**/.dockerignore"
- LICENSE
- "**/*.md"
permissions:
contents: write
jobs:
clippy_check:
name: Check
uses: ./.github/workflows/cargo_clippy_check.yaml
secrets: inherit
linux:
name: Linux
uses: ./.github/workflows/build_linux.yml
secrets: inherit
windows:
name: Windows
uses: ./.github/workflows/build_windows.yml
secrets: inherit
artifacts:
name: Artifacts
if: ${{ github.event_name != 'pull_request' }}
uses: ./.github/workflows/artifacts.yml
needs: [linux, windows]
secrets: inherit