Remove nix
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 29s

This commit is contained in:
Gabriel Simmer 2023-07-15 11:23:14 +01:00
parent b8b5c7e528
commit fd0c015140
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -9,8 +9,6 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Install git
run: nix-env -i git
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."