Skip to content

Commit

Permalink
Fix: Missing comments in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh authored and olethanh committed Apr 10, 2024
1 parent 53b52b6 commit 64af5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-droplets-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
sudo apt-get install libsystemd-dev cmake libdbus-1-dev libglib2.0-dev
- name: Download and build required files for running tests
- name: Download and build required files for running tests. Copied from packaging/Makefile.
run: |
sudo mkdir --parents /opt/firecracker/
sudo curl -fsSL -o "/opt/firecracker/vmlinux.bin" "https://ipfs.aleph.cloud/ipfs/bafybeiaj2lf6g573jiulzacvkyw4zzav7dwbo5qbeiohoduopwxs2c6vvy"
Expand Down

0 comments on commit 64af5a1

Please sign in to comment.