Check-in [c4904fd709]
Logged in as anonymous
Overview
Comment:update workflow
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c4904fd709cb7b3ab6e6cf6ed18e5b068871aaa1f664b9af5173d93bdc07d9b6
User & Date: arcade on 2026-04-18 17:26:16.626
Other Links: manifest | tags
Context
2026-04-23
09:05
bump sccache action, bump packages due to security issues check-in: 1079228c37 user: arcade tags: trunk
2026-04-18
17:26
update workflow check-in: c4904fd709 user: arcade tags: trunk
17:13
bump tgbot and other deps, fixes a few critical issues check-in: 9696f3c8c4 user: arcade tags: trunk
Changes
1
2
3
4
5
6
7
8
9
name: rust-ci
on: [ pull_request ]

# sccache enable for rust/C builds
env:
  SCCACHE_GHA_ENABLED: "true"
  RUSTC_WRAPPER: "sccache"

jobs:

|







1
2
3
4
5
6
7
8
9
name: rust-ci
on: [ push ]

# sccache enable for rust/C builds
env:
  SCCACHE_GHA_ENABLED: "true"
  RUSTC_WRAPPER: "sccache"

jobs: