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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user