From 5b777eb997105cf46240877ae94dd0945b69e0e8 Mon Sep 17 00:00:00 2001 From: ChristianBingman Date: Wed, 6 Nov 2024 12:40:17 -0600 Subject: [PATCH] Update gh actions --- .github/workflows/github-actions-demo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index c1bc2b2..ac55e30 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -4,6 +4,7 @@ on: [push] jobs: Explore-GitHub-Actions: runs-on: christianbingman-com-runners + container: nixos/nix:latest steps: - - run: docker system info + - run: echo "Hello world"