Skip to content

Commit

Permalink
Fix build issues from ubuntu upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Feb 4, 2025
1 parent b425f60 commit d6ccecb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
include:
- os: ubuntu-latest
toolchain: {compiler: nvidia-hpc, version: '20.11'}
- os: ubuntu-latest
- os: ubuntu-22.04
toolchain: {compiler: nvidia-hpc, version: '23.11'}
- os: ubuntu-latest
toolchain: {compiler: intel-classic, version: '2021.1'}
Expand Down
4 changes: 4 additions & 0 deletions csharp/Euler.Test/Euler.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<PropertyGroup>
<DefineConstants>$(DefineConstants);RELEASE;TRACE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 4 additions & 0 deletions csharp/Euler/Euler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

</Project>

0 comments on commit d6ccecb

Please sign in to comment.