Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 22, 2024
1 parent 3bbed12 commit e646a11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
vcpkg install libpq[core]:x64-windows-static-release
cp "C:\vcpkg\installed\x64-windows-static-release\lib\*" "C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib\"
- name: Build and test
run: cargo test --locked --target x86_64-pc-windows-msvc
run: |
ls "C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib\"
cargo test --locked --target x86_64-pc-windows-msvc
build-macos:
runs-on: macos-latest
Expand Down

0 comments on commit e646a11

Please sign in to comment.