We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043339a commit 44a89f0Copy full SHA for 44a89f0
1 file changed
.github/workflows/build.yml
@@ -15,15 +15,6 @@ jobs:
15
- uses: DeterminateSystems/nix-installer-action@main
16
- name: Build deployer package
17
run: nix build --accept-flake-config .#packages.x86_64-linux.nynx
18
- build-formatter:
19
- runs-on: ubuntu-latest
20
- steps:
21
- - uses: actions/checkout@main
22
- with:
23
- fetch-depth: 1
24
- - uses: DeterminateSystems/nix-installer-action@main
25
- - name: Build formatter package
26
- run: nix build --accept-flake-config .#packages.x86_64-linux.formatter
27
build-devShell:
28
runs-on: ubuntu-latest
29
steps:
0 commit comments