Skip to content

Commit

Permalink
Simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jun 27, 2024
1 parent 95af171 commit e5e479b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-synapse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: curl -fsSL https://synap.sh/install | bash
- run: echo "SYNAPSE_INSTALL=$HOME/.synapse" >> "$GITHUB_ENV"
- run: echo "${SYNAPSE_INSTALL}/bin" >> "$GITHUB_PATH"
- run: synapse --version
- run: synapse compile && synapse build
- run: ./dist/bin/synapse

0 comments on commit e5e479b

Please sign in to comment.