Edit container

fixes-turtlebasket
Mattia Montanari 2023-02-14 13:44:19 +01:00
parent 0b857500fc
commit 32517b190b
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@ name: Run all demos
run-name: ${{ github.actor }} is running
on: [push]
jobs:
Run_C_example:
runs-on: mmontanari/devenv:buildenv-fedora
Run C example:
runs-on: ubuntu-latest
container: mmontanari/devenv:buildenv-fedora
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"