Skip to content

Commit

Permalink
chore: remove is at the end
Browse files Browse the repository at this point in the history
close #161
  • Loading branch information
hyoklee committed Mar 15, 2024
1 parent 6b4e3ce commit 6ce73ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/win-ninja-icx-p.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: windows ninja icx p

on:
push:
branches:
- develop
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion release_docs/INSTALL_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ Using individual command presets (where <compiler-type> is GNUC or MSVC or Clan
cpack --preset ci-StdShar-<compiler-type>


Using the workflow preset to configure, build, test and package the standard configuration is:
Using the workflow preset to configure, build, test and package the standard configuration:
change directory to the hdf5 source folder
execute "cmake --workflow --preset ci-StdShar-<compiler-type> --fresh"
where <compiler-type> is GNUC or MSVC or Clang
Expand Down

0 comments on commit 6ce73ec

Please sign in to comment.