Add a CLI option for module linking (#2524)

* Add a CLI option for module linking

Forgot to add this earlier!

* Always apt-get update before install
This commit is contained in:
Alex Crichton
2020-12-18 14:12:02 -06:00
committed by GitHub
parent 4bee07d6f9
commit ce6e967eeb
2 changed files with 6 additions and 1 deletions

View File

@@ -286,7 +286,7 @@ jobs:
# Test debug (DWARF) related functionality.
- run: |
sudo apt-get install -y gdb
sudo apt-get update && sudo apt-get install -y gdb
cargo test test_debug_dwarf -- --ignored --test-threads 1
if: matrix.os == 'ubuntu-latest'
env: