Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jun 20, 2024
1 parent 30b08fc commit 61ef713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,8 @@ jobs:
working-directory: build/gst-plugins-rs/build
run: |
build_dir=$(test "${{env.buildtype}}" = "release" && echo "stable" || echo "debug")
mkdir -p target/${{matrix.arch}}-pc-windows-msvc/${build_dir}/deps
cp ${{env.prefix_path_unix}}/lib/{glib-2.0.lib,gobject-2.0.lib,gio-2.0.lib,intl.lib,gstreamer-1.0.lib,gstbase-1.0.lib} target/${{matrix.arch}}-pc-windows-msvc/${build_dir}/deps/
mkdir -p target/x86_64-pc-windows-msvc/${build_dir}/deps
cp ${{env.prefix_path_unix}}/lib/{glib-2.0.lib,gobject-2.0.lib,gio-2.0.lib,intl.lib,gstreamer-1.0.lib,gstbase-1.0.lib} target/x86_64-pc-windows-msvc/${build_dir}/deps/
- name: Build gst-plugins-rs
shell: cmd
Expand Down

0 comments on commit 61ef713

Please sign in to comment.