Skip to content

Commit

Permalink
ci: fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 13, 2025
1 parent e76a70f commit 493ad88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/farcolorer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Add C++ build tools to PATH
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 493ad88

Please sign in to comment.