Skip to content

Commit

Permalink
Improve string compare
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 4, 2024
1 parent 0334ef8 commit 1e9dfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Qwt

on: [push, pull_request]
jobs:
ResInsight-x64:
build-qwt:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -22,7 +22,7 @@ jobs:
cache-key-prefix: ${{ matrix.qtver }}-${{ matrix.os }}

- name: Install Linux dependencies
if: "contains( matrix.os, 'ubuntu')"
if: ${{ matrix.os == 'ubuntu'}}
run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev

- name: Use MSVC (Windows)
Expand Down

0 comments on commit 1e9dfdb

Please sign in to comment.