Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 23, 2025
1 parent 35af56f commit 851fee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
# FIXME: US!
# ref: main
- name: Vendor the dependencies
uses: kohlerdominik/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion debian/vendor-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ fi
# Some crates are shipped with .a files, which get removed by the helpers during the package build as a safety measure.
# This results in cargo failing to compile, since the files (which are listed in the checksums) are not there anymore.
# For those crates, we need to replace their checksum with a more general one that only lists the crate checksum, instead of each file.
echo ${CARGO_PATH} vendor-filterer "${CARGO_VENDOR_DIR}"
${CARGO_PATH} vendor-filterer "${CARGO_VENDOR_DIR}"

0 comments on commit 851fee5

Please sign in to comment.