Add arch to apt cache key (#34) #155
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: with cvmfs_http_proxy | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./ | |
with: | |
cvmfs_http_proxy: 'auto' | |
- name: Setup CernVM-FS | |
run: | | |
echo "### Dump default.local ###" | |
cat /etc/cvmfs/default.local | |
echo "### Chech cvmfs_http_proxy is set corretly to auto ###" | |
grep auto /etc/cvmfs/default.local |