Skip to content

Commit

Permalink
update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Mar 1, 2024
1 parent 5d36d49 commit cc46e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install qt5-default qttools5-dev qttools5-dev-tools libgtk2.0-dev libfuse-dev libmagic-dev libtag1-dev libssl-dev ninja-build cmake
- name: Checking out sources...
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Configuring...
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=appdir/usr -B build -GNinja .
- name: Building...
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
brew tap homebrew/cask
brew install qt@5 homebrew/cask/macfuse taglib openssl@1.1 cmake ninja libmagic
- name: Checking out sources...
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Configuring...
run: cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/usr/local/opt/qt@5/" -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1 -DOPENSSL_LIBRARIES=/usr/local/opt/openssl@1.1/lib -DCMAKE_INSTALL_PREFIX=appdir -B build -G Ninja .
- name: Building...
Expand Down

0 comments on commit cc46e55

Please sign in to comment.