Skip to content

Commit

Permalink
Add rye source
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed May 29, 2024
1 parent 27755e2 commit 5db451e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
- main

jobs:
label_issue:
build-completion:
runs-on: ubuntu-latest
steps:
- name: Setup Rye
run: curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash
- run: source "$HOME/.rye/env"
- run: rye sync
- run: |
mkdir -p ./export/js/aws
Expand Down

0 comments on commit 5db451e

Please sign in to comment.