Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh authored Sep 14, 2023
1 parent 4a48ba4 commit baf5780
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on: [push]

jobs:
build:
runs-on: archlinux-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pacman -Sy gcc rustup --noconfirm
- run: rustup default stable
- run: SQLX_OFFLINE=true cargo build --release

0 comments on commit baf5780

Please sign in to comment.