File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 77 - name : Install apt dependencies
88 shell : bash
99 run : |
10- sudo apt-get -qq update
11- sudo apt-get -qq -y install curl gpg binutils git unzip gnupg2 libc6-dev \
12- libcurl4-openssl-dev libedit2 libgcc-13-dev libpython3-dev \
10+ SUDO=$([[ $EUID -ne 0 ]] && echo sudo)
11+ $SUDO apt-get -qq update
12+ $SUDO apt-get -qq -y install curl gpg binutils git unzip gnupg2 \
13+ libc6-dev libcurl4-openssl-dev libedit2 libgcc-13-dev libpython3-dev \
1314 libstdc++-13-dev libxml2-dev libncurses-dev libz3-dev pkg-config \
1415 tzdata zlib1g-dev
1516 env :
2425
2526 export SWIFTLY_HOME_DIR="$HOME/.local/share/swiftly"
2627 echo "SWIFTLY_HOME_DIR=$SWIFTLY_HOME_DIR" >> $GITHUB_ENV
27-
28+
2829 export SWIFTLY_BIN_DIR="$HOME/.local/share/swiftly/bin"
2930 echo "SWIFTLY_BIN_DIR=$SWIFTLY_BIN_DIR" >> $GITHUB_ENV
3031
Original file line number Diff line number Diff line change 5151
5252 - name : Install Swift
5353 uses : ./.github/actions/install-swift
54-
54+
5555 - name : Build ${{ matrix.example }}
5656 working-directory : ${{ matrix.example }}
5757 run : |
Original file line number Diff line number Diff line change 4848
4949 - name : Install Swift
5050 uses : ./.github/actions/install-swift
51-
51+
5252 - name : Clone Pico SDK
5353 run : |
5454 git clone https://github.com/raspberrypi/pico-sdk.git
You can’t perform that action at this time.
0 commit comments