Skip to content

Commit

Permalink
Merge pull request #12304 from Mab879/fix_windows
Browse files Browse the repository at this point in the history
Fix Windows for OpenSCAP 1.4.0 release
  • Loading branch information
jan-cerny authored Aug 15, 2024
2 parents 9930f19 + ef90eba commit d067ef0
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 d067ef0

Please sign in to comment.