Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Jan 29, 2025
1 parent 03e5247 commit 94ddea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fpc_lazarus_build_install() {
readonly fpc324_rc1_commit='dae96b96a1839e1a3624c664d6293661cc4bed67'
curl -L -o fpc-src.tar.bz2 "https://gitlab.com/dkk089/fpc-src/-/archive/${fpc324_rc1_commit}/fpc-src-${fpc324_rc1_commit}.tar.bz2"
tar xf fpc-src.tar.bz2
mv "source-${fpc324_rc1_commit}" fpc-src
mv "fpc-src-${fpc324_rc1_commit}" fpc-src
cd fpc-src

mkdir -p "${fpc_installdir}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-linux:

runs-on: ubuntu-latest
container: lighterowl/transgui-sdk:1.1
container: lighterowl/transgui-sdk:1.2

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 94ddea6

Please sign in to comment.