Compare commits
4 Commits
v1.0.0
..
f45af2e4ba
| Author | SHA1 | Date | |
|---|---|---|---|
| f45af2e4ba | |||
| f65457bf44 | |||
| 6daea7e8dd | |||
| 21e601d0cc |
@@ -9,13 +9,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup V
|
||||
run: |
|
||||
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||
unzip -q /tmp/v.zip -d /tmp
|
||||
echo /tmp/v >> "$GITHUB_PATH"
|
||||
git clone --depth=1 https://github.com/vlang/v /tmp/v && cd /tmp/v && make
|
||||
/tmp/v/v symlink
|
||||
|
||||
- name: Build docs
|
||||
run: |
|
||||
@@ -40,7 +39,7 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v5
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -11,13 +11,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup V
|
||||
run: |
|
||||
wget -qO /tmp/v.zip https://github.com/vlang/v/releases/latest/download/v_linux.zip
|
||||
unzip -q /tmp/v.zip -d /tmp
|
||||
echo /tmp/v >> "$GITHUB_PATH"
|
||||
git clone --depth=1 https://github.com/vlang/v /tmp/v && cd /tmp/v && make
|
||||
/tmp/v/v symlink
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user