Skip to content

Commit

Permalink
Merge branch 'main' into Radiicall-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Jul 22, 2023
2 parents c6d02a0 + c8a4715 commit 5d6180d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

jobs:
build:
ubuntu:
runs-on: ubuntu-latest

steps:
Expand All @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-win:
windows:
runs-on: windows-latest

steps:
Expand All @@ -57,7 +57,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-mac:
macos:
runs-on: macos-latest

steps:
Expand Down

0 comments on commit 5d6180d

Please sign in to comment.