Skip to content

Commit

Permalink
update trust used in github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Aug 25, 2023
1 parent fc1843f commit e3b5746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
stacker --version
sudo wget --progress=dot:mega -O /usr/bin/trust \
https://github.com/project-machine/trust/releases/download/0.0.3/trust
https://github.com/project-machine/trust/releases/download/v0.0.9/trust-linux-amd64
sudo chmod 755 /usr/bin/trust
trust keyset add snakeoil
- name: build bootkit
Expand Down

0 comments on commit e3b5746

Please sign in to comment.