aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorquapka2025-06-21 12:47:17 +0200
committerquapka2025-06-21 12:47:17 +0200
commitabdb7c6c564fa61103bd7a79f073c67b0030bebc (patch)
tree3b25544f173cdcc9c338be6e1071d70c2933606c /.github
parentde71e98a2f73be5dc4b6cc35feb3db4aca648a85 (diff)
downloadECTester-abdb7c6c564fa61103bd7a79f073c67b0030bebc.tar.gz
ECTester-abdb7c6c564fa61103bd7a79f073c67b0030bebc.tar.zst
ECTester-abdb7c6c564fa61103bd7a79f073c67b0030bebc.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix.yml22
1 files changed, 1 insertions, 21 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml
index 405f619..9c3ff62 100644
--- a/.github/workflows/nix.yml
+++ b/.github/workflows/nix.yml
@@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
- sdk: [ "222", "305", "320" ]
+ sdk: [ "222", "305", "320", "All" ]
fail-fast: false
name: Build applet ${{ matrix.sdk }}
@@ -109,23 +109,3 @@ jobs:
- name: Build applet
run: |
nix build ".?submodules=1#applet${{ matrix.sdk }}"
-
- name: Build all applets at once
- steps:
- - uses: actions/checkout@v4
- with:
- submodules: recursive
- fetch-tags: true
- fetch-depth: -1
-
- - uses: DeterminateSystems/nix-installer-action@v13
- with:
- diagnostic-endpoint: ""
-
- - uses: DeterminateSystems/magic-nix-cache-action@v7
- with:
- diagnostic-endpoint: ""
-
- - name: Build all applets
- run: |
- nix build ".?submodules=1#applets"