Skip to content

Commit

Permalink
main.yaml: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Aug 12, 2024
1 parent 892e41a commit f07a218
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,21 @@ jobs:
- renv: false
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
shell: bash
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: r-lib/actions/setup-r@v2
with:
r-version: 4.3.1
use-public-rspm: true
- name: Install other system dependencies
shell: bash
run: sudo apt-get install libcurl4-openssl-dev
- name: Install renv
if: matrix.config.renv
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: 'any::renv'
packages: 'any::renv, any::fansi'
- name: Test
shell: bash
run: make vt-test
Expand Down

0 comments on commit f07a218

Please sign in to comment.