Skip to content

Commit

Permalink
smash
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Nov 28, 2023
1 parent 60e7fec commit 5056da4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/managedEnv20231128015747.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
- name: "CMake native libs"
run: |
cmake -S ./ProjectX.AnalyticsLibNative -B ./ProjectX.AnalyticsLibNative/build -D CMAKE_BUILD_TYPE=Release
cmake --build ./ProjectX.AnalyticsLibNative/build
- name: "CMake native libs step 1"
run: cmake -S ./ProjectX.AnalyticsLibNative -B ./ProjectX.AnalyticsLibNative/build -D CMAKE_BUILD_TYPE=Release
- name: "CMake native libs step 2"
run: cmake --build ./ProjectX.AnalyticsLibNative/build
- name: "Build sln"
run: dotnet build ProjectX_.sln
- name: "Run tests"
Expand Down

0 comments on commit 5056da4

Please sign in to comment.