Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Jan 18, 2024
1 parent 11a8154 commit e0a3267
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v4
- name: Setup environment
run: |
scripts\miktex_install.ps1
Expand All @@ -42,7 +40,7 @@ jobs:
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
refreshenv
mkdir build
cmake -G Ninja -S . -B build -D USE_LATEX=ON
cmake -S . -B build -D USE_LATEX=ON
cmake --build build
shell: pwsh
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e0a3267

Please sign in to comment.