Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tgstation/rust-g into bbcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed Apr 21, 2024
2 parents 79558d1 + bd5c3af commit cbef232
Show file tree
Hide file tree
Showing 15 changed files with 2,115 additions and 934 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ insert_final_newline = true

[*.dm]
indent_style = tab

[*.yml]
indent_size = 2
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build (release) (default features)
run: cargo build --target i686-pc-windows-msvc --locked --release

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Windows Build
path: |
Expand All @@ -39,8 +39,8 @@ jobs:
build-linux:
runs-on: ubuntu-latest
env:
BYOND_MAJOR: 514
BYOND_MINOR: 1585
BYOND_MAJOR: 515
BYOND_MINOR: 1636
PKG_CONFIG_ALLOW_CROSS: 1

steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build (release) (default features)
run: cargo build --target i686-unknown-linux-gnu --locked --release

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Linux Build
path: |
Expand Down
Loading

0 comments on commit cbef232

Please sign in to comment.