Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Nov 16, 2023
1 parent 63aaa5b commit 44790e0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- "main"
jobs:
publish:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-latest-m"
concurrency:
cancel-in-progress: true
group: "main"
Expand All @@ -15,8 +15,15 @@ jobs:
steps:
- uses: "actions/checkout@v3"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: cachix/cachix-action@586bf280495080c5a6d4868237ad28a860e4b309
with:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
name: composable
installCommand: "true"
skipAddingSubstituter: false
skipPush: true
- run: nix run .#ci
- uses: "DeterminateSystems/flakehub-push@main"
with:
visibility: "public"
rolling: true
- run: nix run .#ci | cachix push composable
rolling: true

0 comments on commit 44790e0

Please sign in to comment.