File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 wget -q https://download.swift.org/development/ubuntu2404/${{ matrix.swift }}/${{ matrix.swift }}-ubuntu24.04.tar.gz
3232 tar xzf ${{ matrix.swift }}-ubuntu24.04.tar.gz
33- export PATH="$PATH: `pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/"
33+ export PATH="`pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/:$PATH "
3434 echo "PATH=$PATH" >> $GITHUB_ENV
3535 swiftc --version
3636
Original file line number Diff line number Diff line change 4848 run : |
4949 wget -q https://download.swift.org/development/ubuntu2404/${{ matrix.swift }}/${{ matrix.swift }}-ubuntu24.04.tar.gz
5050 tar xzf ${{ matrix.swift }}-ubuntu24.04.tar.gz
51- export PATH="$PATH: `pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/"
51+ export PATH="`pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/:$PATH "
5252 echo "PATH=$PATH" >> $GITHUB_ENV
5353 which swiftc
5454 swiftc --version
Original file line number Diff line number Diff line change 3838 run : |
3939 wget -q https://download.swift.org/development/ubuntu2404/${{ matrix.swift }}/${{ matrix.swift }}-ubuntu24.04.tar.gz
4040 tar xzf ${{ matrix.swift }}-ubuntu24.04.tar.gz
41- export PATH="$PATH: `pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/"
41+ export PATH="`pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/:$PATH "
4242 echo "PATH=$PATH" >> $GITHUB_ENV
4343 swiftc --version
4444
You can’t perform that action at this time.
0 commit comments