Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed May 8, 2022
1 parent 4c5586d commit 9794e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
lazarus-versions: [stable]
steps:
- uses: actions/checkout@v3
- name: Download dependencies
run: .github/download-dependencies.sh
- name: Install Lazarus
uses: gcarreno/[email protected]
with:
lazarus-version: ${{ matrix.lazarus-versions }}
- name: Download dependencies
run: .github/download.dependencies.sh
- name: Build Xidel (Windows)
if: ${{ matrix.operating-system == 'windows-latest' }}
run: lazbuild -B "xidel.lpi"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- if [[ $FPC_VER = PAK ]]; then sudo apt-get update -qq; sudo apt-get install -qq -y fpc; fi
# - if [[ $FPC_VER = 3.0.4 ]]; then wget http://mirrors.iwi.me/lazarus/releases/Lazarus%20Linux%20amd64%20DEB/Lazarus%201.8.0RC5/fpc_3.0.4-rc1_amd64.deb; sudo dpkg --force-overwrite -i *.deb; fi
- sudo apt-get install fakeroot lintian
- .github/download.dependencies.sh
- .github/download-dependencies.sh

script:
- ./build.sh -t
Expand Down

0 comments on commit 9794e81

Please sign in to comment.