Skip to content

Commit

Permalink
Fix Windows for OpenSCAP 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Aug 14, 2024
1 parent cb68b68 commit ef90eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ jobs:
name: Build on Windows
runs-on: windows-latest
env:
OPENSCAP_VERSION: "1.4.0"
OPENSCAP_ROOT_DIR: "C:\\Program Files\\OpenSCAP 1.4.0"
OPENSCAP_VERSION: "1.4.1"
OPENSCAP_ROOT_DIR: "C:\\Program Files\\OpenSCAP 1.4.1"
steps:
- name: Install Deps
run: choco install xsltproc
Expand Down

0 comments on commit ef90eba

Please sign in to comment.