Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Jun 4, 2024
1 parent df4e38f commit e410f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cran-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ name: Build and deploy wasm R package repository
jobs:
steps:
- name: Install libarrow
run: |
sudo apt-get update
run: |
sudo apt-get update
# Reads `./packages` for package references to put
# into a CRAN-like repository hosted on GitHub pages
- deploy-cran-repo:
Expand Down

0 comments on commit e410f7b

Please sign in to comment.