mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
* add missing tests * fix naming and nvm test * fix containers test and bring pwsh test back * remove pwsh test * small fix
7 lines
89 B
Bash
7 lines
89 B
Bash
#!/bin/bash -e
|
|
|
|
# Install Swig
|
|
sudo apt-get install -y swig
|
|
|
|
invoke_tests "Tools" "Swig"
|