Skip to content

Use Rust 1.74 std::io::Error::other fn #88

Use Rust 1.74 std::io::Error::other fn

Use Rust 1.74 std::io::Error::other fn #88

Workflow file for this run

name: Demo
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'demo/**'
release:
types: [ published ]
workflow_dispatch:
jobs:
demo:
name: Demo
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- run: |
cd demo/frontend
docker-compose build