Skip to content

Commit

Permalink
Change env in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopilov committed Nov 18, 2020
1 parent c935fc5 commit 05205d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
sudo apt-get -y install r-base
sudo locale-gen "en_US.UTF-8"
sudo bash -c 'echo "LANG=en_US.UTF-8" > /etc/default/locale'
echo '::set-env name=LANG::en_US.UTF-8'
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
- name: Build with Maven
run: cd RCaller && mvn test

0 comments on commit 05205d7

Please sign in to comment.