diff --git a/.github/workflows/autovendor.yml b/.github/workflows/autovendor.yml index 2867e08788..3331f35b7b 100644 --- a/.github/workflows/autovendor.yml +++ b/.github/workflows/autovendor.yml @@ -17,7 +17,7 @@ jobs: - name: Install vendor tool run: cargo install cargo-vendor-filterer - name: Run - run: mkdir -p target && cd cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../target/vendor.tar.zst + run: mkdir -p target && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ target/vendor.tar.zst - uses: actions/upload-artifact@v3 with: name: vendor.tar.zst diff --git a/libglnx b/libglnx index c02eb59916..aff1eea9b6 160000 --- a/libglnx +++ b/libglnx @@ -1 +1 @@ -Subproject commit c02eb5991695be11899fe0bdf6bd71ae2ff1ae21 +Subproject commit aff1eea9b6fa62a1ef05c8fa0936c69a31a2bf4e