revert back to default image
Some checks failed
Test action / Print hello world (push) Failing after 1s
Some checks failed
Test action / Print hello world (push) Failing after 1s
This commit is contained in:
parent
44d7f78494
commit
7b5d559d03
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
hello:
|
hello:
|
||||||
name: Print hello world
|
name: Print hello world
|
||||||
runs-on: ubuntu
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8
|
|
||||||
- run: nix flake check
|
- run: nix flake check
|
Reference in a new issue