Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aiekick/VdbWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Mar 4, 2024
2 parents 2d2c4c3 + 15b160d commit 4751197
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'samples/**'

jobs:
App_Linux_Boost_FS:
App:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'samples/**'

jobs:
App_Linux_Boost_FS:
App:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -20,4 +20,4 @@ jobs:
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release
- name: build
run: cmake --build build --config Release
run: cmake --build build --config Release
4 changes: 2 additions & 2 deletions .github/workflows/Win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'samples/**'

jobs:
App_Linux_Boost_FS:
App:
runs-on: Windows-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -20,4 +20,4 @@ jobs:
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release
- name: build
run: cmake --build build --config Release
run: cmake --build build --config Release

0 comments on commit 4751197

Please sign in to comment.