Skip to content

Commit

Permalink
Merge pull request #1386 from YJDoc2/fix_containerdtest_ci
Browse files Browse the repository at this point in the history
Update makefile changes in containerd ci
  • Loading branch information
YJDoc2 authored Nov 30, 2022
2 parents 8860af2 + ac3605b commit e0621b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerd_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0621b1

Please sign in to comment.