Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Mar 14, 2024
1 parent 0a59d4a commit 6a08183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install Mac Dependencies
if: ${{ runner.os == 'macOS' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install 32-bit Dependencies
if: ${{ matrix.addrsize == '32' }}
Expand All @@ -44,6 +44,6 @@ jobs:
needs: "package"
runs-on: "ubuntu-20.04"
steps:
- uses: secondlife/action-autobuild-release@v1
- uses: secondlife/action-autobuild-release@v3
with:
public: true

0 comments on commit 6a08183

Please sign in to comment.