workflow_fix #12

Merged
phoenix merged 23 commits from workflow_fix into devel 2025-04-12 18:37:03 +00:00
Showing only changes of commit f9d34651a1 - Show all commits

View File

@@ -16,10 +16,12 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: actions-rust-lang/setup-rust-toolchain@v1
name: Checking out rust toolchain
with:
toolchain: 1.86.0
name: Check
name: Code check
- run: |
echo "Installing ffmpeg dev libraries"
apt-get update -y