Skip to content

Commit

Permalink
10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Aug 13, 2022
1 parent ce2fcc4 commit 6ff18b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yaml
Expand Up @@ -4,7 +4,9 @@ on: [push, pull_request, workflow_dispatch]

env:
repo_name: ${{ github.repository }}
sha_git: ${{ github.sha }} #
sha_git: ${{ github.sha }}
CC: gcc-5
CXX: g++-5

jobs:
Build_Workflow:
Expand Down

0 comments on commit 6ff18b8

Please sign in to comment.