Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 7, 2024
1 parent eb6cfe2 commit 75697df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install libcurl4_openssl_dev
run: sudo apt install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
- name: Install ubuntu dependencies
run: sudo apt install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libudunits2-dev
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
with:
profile: '"armyknives"'
bypass-cache: never
#working-directory: "quarto/data/1_swiss_army_knives/"
#cache-version: 1
- name: Set up Quarto
Expand Down

0 comments on commit 75697df

Please sign in to comment.