Update .forgejo/workflows/export.yaml
Some checks failed
Export / Explore-GitHub-Actions (push) Failing after 5s

This commit is contained in:
Tommy 2024-08-05 16:12:24 +00:00
parent d7aa1a57bc
commit 4b11eb3d7b
No known key found for this signature in database
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -5,13 +5,11 @@ jobs:
Explore-GitHub-Actions:
runs-on: act-22.04
steps:
- run: echo "🐧 This job is now running on a ${{ runner.os }}!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v13
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Build server and client
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
nix develop