Skip to content

Fix URL to use 23.11 packages #28

Fix URL to use 23.11 packages

Fix URL to use 23.11 packages #28

Workflow file for this run

name: Build Starter Template
on:
push:
branches:
- main
paths:
- 'templates/starter/**'
pull_request:
branches:
- main
paths:
- 'templates/starter/**'
jobs:
build-starter-template:
uses: ./.github/workflows/build-template.yml
with:
template: 'starter'
arch: 'x86_64-linux'