Fix `-` vs `:` mixup.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2024-06-24 16:05:20 -07:00
parent b203a294bb
commit b1c4304475
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ jobs:
- '3.8' - '3.8'
name: "🐍 ${{ matrix.python }} • GCC 7 • C++${{ matrix.std }} • x64" name: "🐍 ${{ matrix.python }} • GCC 7 • C++${{ matrix.std }} • x64"
container: ubuntu-18.04 container: ubuntu:18.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4