Skip to content

Commit

Permalink
Merge pull request #140 from antond-weta/CI_updates
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
KelSolaar authored Jul 12, 2024
2 parents e022b7e + cb5d241 commit 3e9b04c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
CMAKE_CXX_STANDARD: ${{matrix.cxx_std}}
OPENEXR_VERSION: ${{matrix.openexr_ver}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Print
shell: bash
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
c_compiler: gcc

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: DoozyX/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion include/rawtoaces/define.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# include <string.h>
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# define snprintf _snprintf
//# define snprintf _snprintf
# define _CRT_SECURE_NO_WARNINGS
# define cmp_str stricmp
#else
Expand Down

0 comments on commit 3e9b04c

Please sign in to comment.