Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
run: uname -a

- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: cargo dkms cryptsetup xfs xfsprogs dbench stress
version: 1.0
run: sudo apt-get update && sudo apt-get install -y cargo dkms cryptsetup xfsprogs dbench stress

- name: Check cryptsetup enabled
run: cryptsetup benchmark -c aes-xts-plain64 -s 512
Expand Down