We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78f2ed2 + 7cc28a9 commit c073640Copy full SHA for c073640
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
- master
7
pull_request:
8
9
-env:
+env:
10
CARGO_TERM_COLOR: always
11
12
jobs:
@@ -16,6 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- run: sudo apt-get update; sudo apt-get install desktop-file-utils libclang-dev libglib2.0-dev libxkbcommon-dev
19
- - run: desktop-file-validate --no-hints ./res/com.system76.CosmicFiles.desktop
+ # Disable until GitHub Actions uses Ubuntu 26.04.
20
+ # - run: desktop-file-validate --no-hints ./res/com.system76.CosmicFiles.desktop
21
- run: rustup update stable && rustup default stable
- - run: cargo test --verbose
22
+ - run: cargo test --verbose
0 commit comments