Skip to content

Commit 6df8c58

Browse files
authored
remove --no-check-signature in favor of unsiged: true (#14)
1 parent c7bf5dc commit 6df8c58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install
2727
run: |
2828
spack -e . env depfile -o Makefile
29-
make -Orecurse -j $(($(nproc) + 1)) SPACK_INSTALL_FLAGS=--no-check-signature
29+
make -Orecurse -j $(($(nproc) + 1))
3030
3131
- name: Push packages and update index
3232
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: spack -e . concretize
5353

5454
- name: Install
55-
run: spack -e . install --no-check-signature
55+
run: spack -e . install
5656

5757
- name: Run
5858
run: ./my_view/bin/python3 -c 'print("hello world")'
@@ -125,7 +125,7 @@ jobs:
125125
run: spack -e . concretize
126126
127127
- name: Install
128-
run: spack -e . install --no-check-signature
128+
run: spack -e . install
129129
130130
- name: Push packages and update index
131131
run: spack -e . buildcache push --base-image ubuntu:22.04 --update-index local-buildcache

0 commit comments

Comments
 (0)