Skip to content

Commit

Permalink
change workflow to pull new changes from effekt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvgt committed Dec 8, 2023
1 parent 285b1ec commit 7dab421
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ jobs:

- name: Update submodule
run: |
git submodule update --remote --recursive
cd effekt/
git checkout master
git pull
if [ -n "$effekt_commit" ]; then
git -C effekt/ checkout ${{ github.event.inputs.effekt_commit }}
else
git -C effekt/ checkout master
git checkout ${{ github.event.inputs.effekt_commit }}
fi
- name: Build Effekt JS
run: |
cd effekt/
sbt assembleJS
- name: Copy js file to website
Expand Down

0 comments on commit 7dab421

Please sign in to comment.