add build environment for CICD build
Some checks failed
Build Resume / build (push) Has been cancelled

This commit is contained in:
Jean-Michel Tremblay 2026-07-13 17:26:52 -04:00
parent 370345a534
commit a8b72832f7

View file

@ -2,7 +2,7 @@ name: Build Resume
on: [push]
jobs:
build:
runs-on: docker
runs-on: shell
steps:
- name: Checkout
run: |