bazel.spec: update to 6.4.0 #3
This file contains 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: Makefile CI | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run Fedora (just prior version) build in the container | |
run: make container.rebuild FED_VER="$(./.hack/latest-version.sh -1)" | |
- name: Run Fedora (latest version) build in the container | |
run: make container.rebuild FED_VER="$(./.hack/latest-version.sh)" | |