Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .github/workflows/.craft.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# enable handling of exit codes in powershell
$PSNativeCommandUseErrorActionPreference=$true

# define which python to use
if ($IsWindows) {
$python = (Get-Command py).Source
$python=(py -c "import sys; print(sys.executable)")
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
matrix:
include:
- target: windows-cl-msvc2022-x86_64
os: windows-latest
os: windows-2022
container:
- target: macos-clang-arm64
os: macos-latest
container:
- target: linux-gcc-x86_64
os: ubuntu-latest
container: invent-registry.kde.org/sysadmin/ci-images/craft-appimage:latest
container: invent-registry.kde.org/sysadmin/ci-images/craft-appimage-alma9:latest

name: ${{ matrix.target }}

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
} elseif($IsLinux) {
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c dev-utils/linuxdeploy
# ensure we have fuse3-devel installed
dnf install -y fuse3-devel
dnf install -y fuse3-devel file
}

- name: Install dependencies
Expand Down