Skip to content

Add checkout phase

Add checkout phase #2

Workflow file for this run

name: Prebuild DevX closures for x86_64-linux
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Prebuild Workflow for x86_64-linux
uses: ./.github/workflows/main.yml
with:
platform: x86_64-linux