Skip to content

Commit

Permalink
Using Qrepo on workflow pipeline CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 17, 2023
1 parent a00db4b commit db10e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Install Golang
run: sudo apt-get install -y golang
run: sudo apt-get install -y golang=1.21.2

- name: Install NASM
run: sudo apt-get install -y nasm
Expand Down

0 comments on commit db10e87

Please sign in to comment.