Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 24, 2024
1 parent 0636c02 commit ee796e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
matrix:
include:
- name: linux_release_64
image: ${{ env.ubuntu_test }}
image: ubuntu-latest
- name: linux_debug_64
image: ${{ env.ubuntu_test }}
image: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Hello World
run: echo "Hello, World!"
run: echo "Hello, World! ${{ env.windows_bld }}"



Expand Down

0 comments on commit ee796e1

Please sign in to comment.