-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
- name: Install canvas dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev | ||
sudo apt-get install -y build-essential pangocairo libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev | ||
- uses: crytic/[email protected] | ||
id: slither | ||
|
@@ -316,4 +316,4 @@ jobs: | |
for tag in ${TAGS}; do | ||
images+="${tag}@${DIGEST} " | ||
done | ||
cosign sign --yes ${images} | ||
cosign sign --yes ${images} |