Skip to content

Log DebugUtilsMessenger creation #123

Log DebugUtilsMessenger creation

Log DebugUtilsMessenger creation #123

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
tags:
- '**'
pull_request:
branches: [ main ]
jobs:
build-in-docker-job:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
key: '${{ github.ref_name }}-cargo'
path: |
target/
!target/artifacts/
/cargo/registry/cache/
/cargo/registry/src/
- uses: docker://ghcr.io/galkinvv/manycross2014:rust-1.89.0
with:
entrypoint: ./run-build.sh
- uses: actions/upload-artifact@v4
if: always()
with:
name: Windows .exe
path: target/artifacts/*.exe
- uses: actions/upload-artifact@v4
if: always()
with:
name: Linux binaries (x86_64 and aarch64)
path: target/artifacts/*Linux*
- uses: docker://ghcr.io/galkinvv/manycross2014:rust-1.89.0
if: always()
with:
entrypoint: ./run-lint.sh