We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a523af commit 2ffed60Copy full SHA for 2ffed60
.github/workflows/ci-master-scheduled.yml
@@ -54,6 +54,7 @@ jobs:
54
env:
55
PYTHON_SDC_TEST_ACCESS_KEY: ${{ secrets.STAGING_AGENT_KEY }}
56
run: |
57
+ sudo apt-get update
58
sudo apt-get install linux-headers-$(uname -r) dkms gcc-multilib g++-multilib
59
./test/start_agent.sh
60
0 commit comments