Skip to content

Commit

Permalink
feat(ci): add smu installation and artifact upload to build job in wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
badayvedat committed Nov 19, 2023
1 parent 15d27e5 commit 138aa82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
sudo apt-get install -y curl rsync build-essential git
- name: Download and Install smu
run: |
curl -o smu.tar.gz https://git.sr.ht/~bt/smu/archive/1544a3321b77255e193f0c044a8c32b09be99c50.tar.gz &&
tar xzf smu.tar.gz ;
cd smu-1544a3321b77255e193f0c044a8c32b09be99c50 && sudo make install ;
cd lib/smu && sudo make install ;
- name: Checkout
uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 138aa82

Please sign in to comment.