Skip to content

Commit

Permalink
fix(ci): add remaken install command on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Leduc committed Oct 2, 2024
1 parent 4a5b742 commit 2306266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ jobs:
- run: ./remaken init
- run: ./remaken profile init --cpp-std 17 -b gcc -o linux -a x86_64
- run: ./remaken profile init --cpp-std 17 -b gcc -o linux -a x86_64 -c debug
- run: ./remaken install -c debug -m static --cpp-std 17 -b gcc -o linux -a x86_64
- run: ./remaken install -m static --cpp-std 17 -b gcc -o linux -a x86_64

# Build solution
- working-directory: ./scripts/unixes
Expand Down

0 comments on commit 2306266

Please sign in to comment.