Skip to content

Commit

Permalink
run verifypackages
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Oct 1, 2024
1 parent 6f7a0ea commit 45856c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Compare APT vs pinned/hardcoded debs list
run: docker build --target checkaptdebs --tag monero:checkaptdebs --file Dockerfile.linux .
- name: Verify Packages / pinned debs' md5sums
run: docker build --target checkaptdebs --tag monero:verifypackages --file Dockerfile.linux .
run: docker build --target verifypackages --tag monero:verifypackages --file Dockerfile.linux .
- name: prepare build environment
run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
- name: build
Expand Down

0 comments on commit 45856c6

Please sign in to comment.