Skip to content

Commit

Permalink
fix(ci): build order
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Nov 19, 2023
1 parent 138aa82 commit 6de9d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
run: |
sudo apt-get update &&
sudo apt-get install -y curl rsync build-essential git
- name: Download and Install smu
run: |
cd lib/smu && sudo make install ;
- name: Checkout
uses: actions/checkout@v3
- name: Install smu
run: |
cd lib/smu && sudo make install ;
- name: Build
run: make clean && make build
- name: Upload artifact
Expand Down

0 comments on commit 6de9d9c

Please sign in to comment.