Skip to content

Fix deprecated actions #710

Fix deprecated actions

Fix deprecated actions #710

Workflow file for this run

name: Build Linux
on: [push, pull_request]
jobs:
build:
name: Build Linux
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- name: "Run script"
run: ./ci/build.sh
shell: bash
- uses: actions/upload-artifact@v4
with:
name: Linux
path: bin