mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
github: Update permittedInsecurePackages to match current freeimage
This commit is contained in:
parent
a21092ba2b
commit
2c2c34dcec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
# permittedInsecurePackages is needed for updating some gz-*-vendor packages.
|
||||
# Note that this runs without access to SUPERFLORE_GITHUB_TOKEN.
|
||||
mkdir -p ~/.config/nixpkgs
|
||||
echo '{ permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; }' > ~/.config/nixpkgs/config.nix
|
||||
echo '{ permittedInsecurePackages = [ "freeimage-3.18.0-unstable-2024-04-18" ]; }' > ~/.config/nixpkgs/config.nix
|
||||
NIX_PATH=nixpkgs=$PWD ./maintainers/scripts/update-ament-vendor.sh || ret=$?
|
||||
git commit -m 'Update vendored-source.json files' $(find -name vendored-source.json) || :
|
||||
exit $ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue