File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 id : tmux-build-cache
1717 uses : actions/cache@v1
1818 with :
19- path : $HOME /tmux-builds/tmux-${{ matrix.tmux-version }}
19+ path : ~ /tmux-builds/tmux-${{ matrix.tmux-version }}
2020 key : tmux-${{ matrix.tmux-version }}
2121
2222 - name : Build tmux ${{ matrix.tmux-version }}
2323 if : steps.tmux-build-cache.outputs.cache-hit != 'true'
2424 run : |
2525 sudo apt install libevent-dev libncurses5-dev libtinfo-dev libutempter-dev
26- mkdir $HOME /tmux-builds
27- mkdir $HOME /tmux-src
28- git clone https://github.com/tmux/tmux.git $HOME /tmux-src/tmux-${{ matrix.tmux-version }}
29- cd $HOME /tmux-src/tmux-${{ matrix.tmux-version }}
26+ mkdir ~ /tmux-builds
27+ mkdir ~ /tmux-src
28+ git clone https://github.com/tmux/tmux.git ~ /tmux-src/tmux-${{ matrix.tmux-version }}
29+ cd ~ /tmux-src/tmux-${{ matrix.tmux-version }}
3030 git checkout ${{ matrix.tmux-version }}
3131 sh autogen.sh
3232 ./configure --prefix=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }} && make && make install
You can’t perform that action at this time.
0 commit comments