Skip to content

Commit a492810

Browse files
committed
fix actions
1 parent 54a0e55 commit a492810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}-cargo-registry-
4343
4444
- name: Dependencies
45-
run: sudo apt install apt source vulkan-loader vulkan-tools
45+
run: sudo apt install vulkan-loader vulkan-tools
4646

4747
- name: Build
4848
run: cargo build --verbose --workspace --all-targets --all-features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
keywords = ["vulkan", "neofetch", "gpu", "fetch"]
66
license = "AGPL-3.0"
77
repository = "https://github.com/float3/vkfetch-rs"
8-
version = "0.2.0"
8+
version = "0.2.1"
99
name = "vkfetch-rs"
1010
categories = ["command-line-utilities"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)