Skip to content

Commit

Permalink
fix vpath in sanitized run
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 28, 2024
1 parent a8e62e3 commit 9b58466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sanitized_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ on:
- 'vlib/v/markused/**.v'
- 'vlib/v/preludes/**.v'
- 'vlib/v/embed_file/**.v'
- '**/sanitized_ci.yml'
pull_request:
paths:
- '!**'
Expand All @@ -64,6 +65,7 @@ on:
- 'vlib/v/markused/**.v'
- 'vlib/v/preludes/**.v'
- 'vlib/v/embed_file/**.v'
- '**/sanitized_ci.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
Expand Down Expand Up @@ -161,7 +163,7 @@ jobs:
.\make.bat -msvc
.\v.exe self
- name: Ensure code is well formatted
run: v test-cleancode
run: ./v test-cleancode
# - name: Install dependencies
# run: |
# .\v.exe setup-freetype
Expand Down

0 comments on commit 9b58466

Please sign in to comment.