Skip to content

Commit

Permalink
ci: cleanup ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 10, 2024
1 parent 9479580 commit 5535940
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
basic-checks:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:

- name: Checkout V
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: vlang/v

Expand All @@ -21,9 +21,7 @@ jobs:
path: vorum

- name: Build V
run: |
make
./v symlink -githubci
run: make && ./v symlink

- name: Build Vorum
run: v vorum
Expand Down

0 comments on commit 5535940

Please sign in to comment.