File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
3737 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3838 with :
3939 persist-credentials : false
40- path : " dir%20with unusual chars åß∂ƒ©∆¬… "
40+ path : node
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
47- - run : ln -s 'dir%20with unusual chars åß∂ƒ©∆¬…' node
4847 - name : Build
4948 run : make -C node build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
49+ - run : mv node 'dir%20with unusual chars åß∂ƒ©∆¬…'
5050 - name : Test
5151 run : make -C 'dir%20with unusual chars åß∂ƒ©∆¬…' 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