Skip to content

Commit

Permalink
Minor updates to get in line with other projects
Browse files Browse the repository at this point in the history
To get in line with other OpenRA-specific forks of third-party dependencies that we package as NuGets.
  • Loading branch information
penev92 authored and Mailaender committed Jun 8, 2023
1 parent b5e7cba commit ae74cde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true

; 4-column tab indentation
[*.yml]
indent_style = space
indent_size = 4
8 changes: 4 additions & 4 deletions .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build native dependencies
name: Build native dependencies (SDL2)

# Change SDL2 version based on https://github.com/libsdl-org/SDL/releases, but remember to check what SDL2 version SDL2-CS targets.
# Change Chromium revision numbers based on https://chromium.woolyss.com/download/.
env:
SDL2_VERSION: 2.0.22
SDL2_VERSION: 2.0.22 # Make sure this matches the version mentioned in the description in the .nuspec file.
CHROMIUM_BUILD_x86: 1136315
CHROMIUM_BUILD_x64: 1136314

Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
name: Natives-MacOS
path: ./artifacts

# Note: Running inside a CentOS container because we want to compile using a version of glibc that is as old as reasonably possible
# to ensure backwards compatibility of the compiled binaries.
# Note: Running inside a RockyLinux container because we want to compile using a version of glibc
# that is as old as reasonably possible to ensure backwards compatibility of the compiled binaries.
linux-x64:
name: Linux (x64)
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Upload NuGet package to Artifacts
uses: actions/upload-artifact@v3
with:
name: NuGet Package v.${{ github.event.inputs.nugetPackageVersion }}
name: NuGet Package ${{ github.event.inputs.nugetPackageVersion }}
path: ./nuget

- name: Tag a release
Expand Down
2 changes: 1 addition & 1 deletion OpenRA-SDL2-CS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Copyright (c) the SDL developers and contributors
</copyright>
<license type="expression">Zlib</license>
<tags>OpenRA</tags>
<tags>OpenRA natives SDL</tags>
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
Expand Down

0 comments on commit ae74cde

Please sign in to comment.