Skip to content

Commit 27dd845

Browse files
committed
wip: figure out what's wrong with ubuntu now
1 parent 756974f commit 27dd845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example-project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Clone Git repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Install Rust
2929
uses: dtolnay/rust-toolchain@stable
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
set -x
7474
ARCHDIR=`dpkg-architecture -qDEB_HOST_MULTIARCH`
75-
test "$(pkg-config --cflags example_project)" = "-I/usr/local/include/example-project-0.1"
75+
test $(pkg-config --cflags example_project) = -I/usr/local/include/example-project-0.1
7676
test "$(pkg-config --libs example_project)" = "-L/usr/local/lib/${ARCHDIR} -lexample-project"
7777
7878
- name: Update dynamic linker cache

0 commit comments

Comments
 (0)