From ac3605bcd92f273389b70a702bf31abf33089c85 Mon Sep 17 00:00:00 2001 From: Yashodhan Joshi Date: Wed, 30 Nov 2022 17:17:03 +0530 Subject: [PATCH] Update makefile changes in containerd ci --- .github/workflows/containerd_integration_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/containerd_integration_tests.yaml b/.github/workflows/containerd_integration_tests.yaml index 977d9dd32..b59656bec 100644 --- a/.github/workflows/containerd_integration_tests.yaml +++ b/.github/workflows/containerd_integration_tests.yaml @@ -14,14 +14,14 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: '1.64.0' + toolchain: '1.65.0' override: true - name: Cache youki uses: Swatinem/rust-cache@v1 - run: sudo apt-get -y update - run: sudo apt-get install -y pkg-config libsystemd-dev libdbus-glib-1-dev libelf-dev libseccomp-dev - name: Build youki - run: make release-build + run: make youki-release - name: Upload youki binary uses: actions/upload-artifact@v3 with: