File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3838 with :
3939 persist-credentials : false
40- path : " dir%20with weird chars åß∂ƒ©∆¬…"
40+ path : " dir%20with unusual chars åß∂ƒ©∆¬…"
4141 - name : Set up Python ${{ env.PYTHON_VERSION }}
4242 uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
4343 with :
4444 python-version : ${{ env.PYTHON_VERSION }}
4545 - name : Environment Information
4646 run : npx envinfo
4747 - name : Build
48- run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
48+ run : cd 'dir%20with unusual chars åß∂ƒ©∆¬…' && make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
4949 - name : Test
50- run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
50+ run : cd 'dir%20with unusual chars åß∂ƒ©∆¬…' && make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
You can’t perform that action at this time.
0 commit comments